Codebase list python-pallets-sphinx-themes / f12ac7b
Import upstream version 2.0.2+git20220729.1.a5e707e Debian Janitor 1 year, 5 months ago
8 changed file(s) with 21 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 Version 2.1.0
1 -------------
2
3 Unreleased
4
5 - Drop support for Python 3.6.
6 - Require Sphinx >= 3.
7
8
09 Version 2.0.2
110 -------------
211
00 Metadata-Version: 2.1
11 Name: Pallets-Sphinx-Themes
2 Version: 2.0.2
2 Version: 2.1.0.dev0
33 Summary: Sphinx themes for Pallets and related projects.
44 Home-page: https://github.com/pallets/pallets-sphinx-themes/
55 Author: Pallets
1010 Project-URL: Issue Tracker, https://github.com/pallets/pallets-sphinx-themes/issues/
1111 Project-URL: Twitter, https://twitter.com/PalletsTeam
1212 Project-URL: Chat, https://discord.gg/pallets
13 Platform: UNKNOWN
1413 Classifier: Development Status :: 5 - Production/Stable
1514 Classifier: Framework :: Sphinx
1615 Classifier: Framework :: Sphinx :: Theme
2120 Classifier: Topic :: Documentation
2221 Classifier: Topic :: Documentation :: Sphinx
2322 Classifier: Topic :: Software Development :: Documentation
24 Requires-Python: >=3.6
23 Requires-Python: >=3.7
2524 Description-Content-Type: text/x-rst
2625 License-File: LICENSE.rst
2726
5453 ]
5554
5655 html_theme = "flask"
57
58
00 [metadata]
11 name = Pallets-Sphinx-Themes
2 version = 2.0.2
2 version = 2.1.0.dev0
33 url = https://github.com/pallets/pallets-sphinx-themes/
44 project_urls =
55 Donate = https://palletsprojects.com/donate
3030 packages = find:
3131 package_dir = = src
3232 include_package_data = True
33 python_requires = >= 3.6
33 python_requires = >= 3.7
3434
3535 [options.packages.find]
3636 where = src
6767
6868 [mypy]
6969 files = src/pallets_sphinx_themes
70 python_version = 3.6
70 python_version = 3.7
7171 disallow_subclassing_any = True
7272 disallow_untyped_calls = True
7373 disallow_untyped_defs = True
11
22 setup(
33 name="Pallets-Sphinx-Themes",
4 install_requires = [
4 install_requires=[
55 "importlib-metadata; python_version < '3.8'",
66 "packaging",
7 "Sphinx",
8 ]
7 "Sphinx>=3",
8 ],
99 )
00 Metadata-Version: 2.1
11 Name: Pallets-Sphinx-Themes
2 Version: 2.0.2
2 Version: 2.1.0.dev0
33 Summary: Sphinx themes for Pallets and related projects.
44 Home-page: https://github.com/pallets/pallets-sphinx-themes/
55 Author: Pallets
1010 Project-URL: Issue Tracker, https://github.com/pallets/pallets-sphinx-themes/issues/
1111 Project-URL: Twitter, https://twitter.com/PalletsTeam
1212 Project-URL: Chat, https://discord.gg/pallets
13 Platform: UNKNOWN
1413 Classifier: Development Status :: 5 - Production/Stable
1514 Classifier: Framework :: Sphinx
1615 Classifier: Framework :: Sphinx :: Theme
2120 Classifier: Topic :: Documentation
2221 Classifier: Topic :: Documentation :: Sphinx
2322 Classifier: Topic :: Software Development :: Documentation
24 Requires-Python: >=3.6
23 Requires-Python: >=3.7
2524 Description-Content-Type: text/x-rst
2625 License-File: LICENSE.rst
2726
5453 ]
5554
5655 html_theme = "flask"
57
58
00 [pygments.styles]
11 jinja = pallets_sphinx_themes.themes.jinja:JinjaStyle
22 pocoo = pallets_sphinx_themes.themes.pocoo:PocooStyle
3
0 Sphinx>=3
01 packaging
1 Sphinx
22
33 [:python_version < "3.8"]
44 importlib-metadata
241241 runner.close()
242242 raise
243243
244 doc.append(".. sourcecode:: text", "")
244 doc.append(".. sourcecode:: shell-session", "")
245245 doc.append("", "")
246246
247247 for line in rv: