File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+ version : 2
5+
6+ sphinx :
7+ configuration : source/conf.py
8+
9+ python :
10+ version : 3.8
11+ install :
12+ - requirements : requirements.txt
Original file line number Diff line number Diff line change 11sphinx == 3.2.0
22sphinx-autobuild == 0.7.1
3- sphinx-inline-tabs == 2021.3.19b5
3+ sphinx-inline-tabs == 2021.4.11b9
44git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
55git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Static metadata should be preferred and dynamic metadata should be used only as
111111an escape hatch when absolutely necessary.
112112
113113
114- .. tab :: setup.cfg (static)
114+ .. tab :: :file:` setup.cfg` (static)
115115
116116 :file: `setup.cfg ` is the configuration file for :ref: `setuptools `. It tells
117117 setuptools about your package (such as the name and version) as well as which
@@ -228,7 +228,7 @@ an escape hatch when absolutely necessary.
228228 having this file also is required if you want to use editable installs with pip.
229229
230230
231- .. tab :: setup.py (dynamic)
231+ .. tab :: :file:` setup.py` (dynamic)
232232
233233 :file: `setup.py ` is the build script for :ref: `setuptools `. It tells setuptools
234234 about your package (such as the name and version) as well as which code files
You can’t perform that action at this time.
0 commit comments