Fix: formating
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2023-04-14 14:41:25 +02:00
parent 0194eb763e
commit 5f7dea074e
1 changed files with 7 additions and 6 deletions

View File

@ -7,19 +7,20 @@ from __future__ import unicode_literals
import os import os
import sys import sys
sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
sys.path.append(os.curdir)
# If your site is available via HTTPS, make sure SITEURL begins with https:// # If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = 'https://opytex.org/enseignements/2022-2023/' SITEURL = "https://opytex.org/enseignements/2022-2023/"
RELATIVE_URLS = False RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = "feeds/all.atom.xml"
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"
DELETE_OUTPUT_DIRECTORY = True DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing # Following items are often useful when publishing
#DISQUS_SITENAME = "" # DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = "" # GOOGLE_ANALYTICS = ""