Skip to content

Commit

Permalink
Remove use of 'build_sphinx'
Browse files Browse the repository at this point in the history
This is mostly deprecated from a pbr perspective. Start calling
'sphinx-build' directly.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Jan 22, 2019
1 parent 11c7660 commit fc72653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ project-url = https://that.guru/
packages =
sphinx_click

[build_sphinx]
all-files = 1
warning-is-error = 1
build-dir = docs/_build
source-dir = docs
builders = html

[wheel]
universal = 1
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ branch = True

[testenv:docs]
commands =
python setup.py build_sphinx
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html

[travis]
python =
Expand Down

0 comments on commit fc72653

Please sign in to comment.