Fix: formating
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bertrand Benjamin 2023-04-14 14:41:25 +02:00
parent 0194eb763e
commit 5f7dea074e

View File

@ -7,15 +7,16 @@ 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