Commit 57f3145b authored by nimrod's avatar nimrod
Browse files

Docstring for the Pelican settings.

To silence pydocstyle and so I don't forget what's the difference
between the 2 files.
parent c1cc2c17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# -*- coding: utf-8 -*- #
# pylint: disable=import-error
"""Pelican configuration."""
from __future__ import unicode_literals

import seafoam
+1 −0
Original line number Diff line number Diff line
# -*- coding: utf-8 -*- #
"""Pelican configuration for publishing to the production site."""
from __future__ import unicode_literals

# This file is only used if you explicitly specify it as your config file.