Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg101
1 files changed, 51 insertions, 50 deletions
diff --git a/setup.cfg b/setup.cfg
index f63239a..bc28f5c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,12 @@
+[bumpversion]
+current_version = 1.1.0b2
+commit = false
+tag = false
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
+serialize =
+ {major}.{minor}.{patch}{release}{dev}
+ {major}.{minor}.{patch}
+
[metadata]
name = sphinx_rtd_theme
url = https://github.com/readthedocs/sphinx_rtd_theme
@@ -6,67 +15,59 @@ author = Dave Snider, Read the Docs, Inc. & contributors
author_email = dev@readthedocs.org
description = Read the Docs theme for Sphinx
long_description = file: README.rst
-project_urls =
- Homepage = https://sphinx-rtd-theme.readthedocs.io/
- Source Code = https://github.com/readthedocs/sphinx_rtd_theme
- Issue Tracker = https://github.com/readthedocs/sphinx_rtd_theme/issues
-classifiers =
- Framework :: Sphinx
- Framework :: Sphinx :: Theme
- Development Status :: 5 - Production/Stable
- License :: OSI Approved :: MIT License
- Environment :: Console
- Environment :: Web Environment
- Intended Audience :: Developers
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Operating System :: OS Independent
- Topic :: Documentation
- Topic :: Software Development :: Documentation
+project_urls =
+ Homepage = https://sphinx-rtd-theme.readthedocs.io/
+ Source Code = https://github.com/readthedocs/sphinx_rtd_theme
+ Issue Tracker = https://github.com/readthedocs/sphinx_rtd_theme/issues
+classifiers =
+ Framework :: Sphinx
+ Framework :: Sphinx :: Theme
+ Development Status :: 5 - Production/Stable
+ License :: OSI Approved :: MIT License
+ Environment :: Console
+ Environment :: Web Environment
+ Intended Audience :: Developers
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Operating System :: OS Independent
+ Topic :: Documentation
+ Topic :: Software Development :: Documentation
+
[options]
include_package_data = True
zip_safe = False
packages = sphinx_rtd_theme
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-install_requires =
- sphinx >=1.6,<6
- docutils <0.18
- Jinja2 <3.1
-tests_require =
- pytest
+install_requires =
+ sphinx >=1.6,<6
+ docutils <0.18
+ Jinja2 <3.1
+tests_require =
+ pytest
[options.extras_require]
-dev =
- transifex-client
- sphinxcontrib-httpdomain
- bump2version
- wheel
+dev =
+ transifex-client
+ sphinxcontrib-httpdomain
+ bump2version
+ wheel
[options.entry_points]
-sphinx.html_themes =
- sphinx_rtd_theme = sphinx_rtd_theme
+sphinx.html_themes =
+ sphinx_rtd_theme = sphinx_rtd_theme
[options.package_data]
-sphinx_rtd_theme =
- theme.conf
- *.html
- static/css/*.css
- static/css/fonts/*.*
- static/js/*.js
-
-[bumpversion]
-current_version = 1.0.1alpha1
-commit = false
-tag = false
-parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
-serialize =
- {major}.{minor}.{patch}{release}{dev}
- {major}.{minor}.{patch}
+sphinx_rtd_theme =
+ theme.conf
+ *.html
+ static/css/*.css
+ static/css/fonts/*.*
+ static/js/*.js
[bdist_wheel]
universal = 1