forked from conda/conda
-
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.
ReadTheDocs config and dependency cleanup (conda#10752)
* Remove deprecated files. Refs conda#6518. * Streamline documentation requirements. * Fix flake8 issue.
- Loading branch information
Showing
11 changed files
with
27 additions
and
670 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
conda: | ||
file: utils/environment.yml | ||
version: 2 | ||
python: | ||
version: 3 | ||
install: | ||
- requirements: docs/requirements.txt |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip3 install -r utils/requirements-docs.txt | ||
pip install -r docs/requirements.txt | ||
cd docs | ||
make html |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
menuinst; sys_platform == 'win32' | ||
pycosat; sys_platform != 'win32' | ||
requests>=2.14.2 | ||
ruamel.yaml | ||
sphinx | ||
sphinx-autobuild | ||
sphinx-argparse==0.2.5 | ||
sphinx_rtd_theme | ||
sphinxcontrib-programoutput | ||
sphinxcontrib-applehelp | ||
sphinxcontrib-devhelp | ||
sphinxcontrib-htmlhelp | ||
sphinxcontrib-jsmath | ||
sphinxcontrib-qthelp | ||
sphinxcontrib-serializinghtml | ||
myst-parser | ||
linkify-it-py |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.