Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 2, 2019
1 parent 353c124 commit 91ef7a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pyquickhelper/helpgen/default_conf.py
Expand Up @@ -328,8 +328,12 @@ def set_sphinx_variables(fileconf, module_name, author, year, theme, theme_path,
import sphinx_readable_theme
from pyquickhelper.helpgen.default_conf import set_sphinx_variables
import pyquickhelper # replace by your module
ext_locals = {}
set_sphinx_variables("this_file.py", "module_name", "module_author", 2019,
set_sphinx_variables("this_file_conf.py",
"pyquickhelper", # replace by your module
"module_author", 2019,
"readable", sphinx_readable_theme.get_html_theme_path(),
ext_locals, extlinks=dict(
issue=('https://github.com/sdpython/module_name/issues/%s', 'issue')),
Expand Down

0 comments on commit 91ef7a8

Please sign in to comment.