File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sphinx == 3.2.0
22sphinx-autobuild == 0.7.1
3- sphinx-tabs == 2.0.0
3+ sphinx-inline- tabs == 2020.10.19b4
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 3434 'sphinx.ext.extlinks' ,
3535 'sphinx.ext.intersphinx' ,
3636 'sphinx.ext.todo' ,
37- 'sphinx_tabs.tabs ' ,
37+ 'sphinx_inline_tabs ' ,
3838]
3939
4040# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -109,9 +109,8 @@ There are two types of metadata: static and dynamic.
109109Static metadata should be preferred and dynamic metadata should be used only as
110110an escape hatch when absolutely necessary.
111111
112- .. tabs ::
113112
114- .. tab :: setup.cfg (static)
113+ .. tab :: setup.cfg (static)
115114
116115 :file: `setup.cfg ` is the configuration file for :ref: `setuptools `. It tells
117116 setuptools about your package (such as the name and version) as well as which
@@ -201,7 +200,7 @@ an escape hatch when absolutely necessary.
201200
202201 setuptools.setup()
203202
204- .. tab :: setup.py (dynamic)
203+ .. tab :: setup.py (dynamic)
205204
206205 :file: `setup.py ` is the build script for :ref: `setuptools `. It tells setuptools
207206 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