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

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 6, 2016
1 parent a226a12 commit 68b4ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 3 additions & 7 deletions _doc/sphinxdoc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@

sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))
from pyquickhelper.helpgen.default_conf import set_sphinx_variables
set_sphinx_variables(__file__,
"pyquickhelper",
"Xavier Dupré",
2016,
"solar_theme",
solar_theme.theme_path,
locals())
set_sphinx_variables(__file__, "pyquickhelper", "Xavier Dupré", 2016,
"solar_theme", solar_theme.theme_path, locals(),
extlinks=dict(issue=('https://github.com/sdpython/pyquickhelper/issues/%d', 'issue')))

blog_root = "http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ def write_version():
r = process_standard_options_for_setup(
sys.argv, __file__, project_var_name, port=8067,
requirements=requirements, blog_list=pyquickhelper.__blog__,
fLOG=logging_function, covtoken=("69193a28-dc79-4a24-98ed-aedf441a8249", "'jenkins' in outfile"),
extlinks=dict(issue=('https://github.com/sdpython/pyquickhelper/issues/%d', 'issue')))
fLOG=logging_function, covtoken=("69193a28-dc79-4a24-98ed-aedf441a8249", "'jenkins' in outfile"))

if not r and not ({"bdist_msi", "sdist",
"bdist_wheel", "publish", "publish_doc", "register",
Expand Down

0 comments on commit 68b4ef0

Please sign in to comment.