forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tornadoweb#2562 from bdarnell/docs-update
docs: Minor updates
- Loading branch information
Showing
6 changed files
with
32 additions
and
19 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# TODO: remove when RTD supports python 3.7 without conda | ||
name: tornado-docs | ||
dependencies: | ||
- python=3.7 | ||
- pip: | ||
- sphinx | ||
- sphinx-rtd-theme | ||
- Twisted |
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,4 +1,3 @@ | ||
# https://bugs.python.org/issue34700 | ||
sphinx<1.8.0 | ||
sphinx>1.8.2 | ||
sphinx_rtd_theme | ||
Twisted |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ pycares | |
pycurl | ||
|
||
# Other useful tools | ||
Sphinx<1.8.0 | ||
Sphinx>1.8.2 | ||
autopep8 | ||
black | ||
coverage | ||
|
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,4 @@ | ||
# TODO: remove when RTD supports Python 3.7 without conda. | ||
# https://github.com/rtfd/readthedocs-docker-images/pull/73 | ||
conda: | ||
file: docs/conda.yml |