forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Update the documentation Makefile
This does several things - Uses a virtual environment for the documentent build. This allows installing the proper NumPy version with pip and works with all recent Python versions. - Installs the dependencies current in the {doc|test}requirements files. That makes it easier to insure that the proper versions are used. - Removes the latex/pdf builds. Those builds are currently buggy and hard to maintain and we have chosen to remove the pdf documents until that is fixed. Removing them cleans up the file to some extent. This all makes it easier to document how to build the docs. I was editing the Makefile on the fly before this, and that sort of knowledge is tricky to pass on to new maintainers.
- Loading branch information
Showing
2 changed files
with
21 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,7 @@ _build | |
# setup.py dist directory | ||
dist | ||
doc/build | ||
doc/docenv | ||
doc/cdoc/build | ||
# Egg metadata | ||
*.egg-info | ||
|
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