diff options
author | Tim Harder <radhermit@gmail.com> | 2016-01-24 15:05:42 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2016-01-24 15:05:42 -0500 |
commit | a23683e8ed9691355a620087d94130348e20ca25 (patch) | |
tree | f1d2dd2ca683e2b0cc7f9c238475c8c7d6fcaf63 /doc | |
parent | setup: add explicit build_docs command to build html docs (diff) | |
download | pkgcore-a23683e8ed9691355a620087d94130348e20ca25.tar.gz pkgcore-a23683e8ed9691355a620087d94130348e20ca25.tar.bz2 pkgcore-a23683e8ed9691355a620087d94130348e20ca25.zip |
minor API html generation update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index c2b211a2..10892a81 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -108,7 +108,7 @@ pygments_style = 'sphinx' project_dir = os.path.abspath('..') if on_rtd: generate_man(project, project_dir) - generate_html(project) + generate_html(project, project_dir) # -- Options for HTML output --------------------------------------------------- |