-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Stop using setup.py to generate documentation
Because `setup.py` is deprecated, let's switch from: python setup.py build_sphinx to: make -C docs html to build Sphinx documentation. The generated HTML files in `docs/_build/html` are exactly the same (I compared with `diff -qr`). Also add `-W` (turn warnings into errors) to the `sphinx-build` options to keep the previous behavior.
- Loading branch information
1 parent
771c3a0
commit 16eae28
Showing
3 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters