M docs/source/conf.py +2 -2
@@ 70,7 70,7 @@ release = '0.0.4'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
-language = None
+language = 'en'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@@ 115,7 115,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'classic'
+html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
M docs/source/index.rst +4 -0
@@ 5,6 5,10 @@ Welcome to the simple log Python module.
way to produce good looking log messages from your Python script
or application.
+This documentation lives at https://halfcooked.com/code/simple_log
+
+The source code and the project issue tracker are at https://sr.ht/~andy47/simple_log/
+
Contents:
.. toctree::
M requirements.txt +3 -5
@@ 1,6 1,4 @@
# Dev/Deployment
-# sphinx
-# sphinx_rtd_theme
-# pytest
-# coverage
-# pypi-publisher
No newline at end of file
+sphinx
+sphinx_rtd_theme
+pytest
No newline at end of file