Skip to content

Commit

Permalink
fix(docs): build directory for sphinx html
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Aug 12, 2021
1 parent 0e00e36 commit 13736c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@
command_options={
'build_sphinx': {
'version': ('setup.py', data_package["version"]),
'release': ('setup.py', data_package["version"]),
'build_dir': ('setup.py', "docs"),
'source_dir': ('setup.py', "docs/source")}},
)

0 comments on commit 13736c0

Please sign in to comment.