Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*- # # -*- coding: utf-8 -*- #
# pylint: disable=import-error # pylint: disable=import-error
"""Pelican configuration."""
from __future__ import unicode_literals from __future__ import unicode_literals
import seafoam import seafoam
......
# -*- coding: utf-8 -*- # # -*- coding: utf-8 -*- #
"""Pelican configuration for publishing to the production site."""
from __future__ import unicode_literals from __future__ import unicode_literals
# This file is only used if you explicitly specify it as your config file. # This file is only used if you explicitly specify it as your config file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment