-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (34 loc) · 1.24 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = sphinx_rtd_light_dark
author = Luke Davis
author_email = [email protected]
maintainer = Luke Davis
maintainer_email = [email protected]
license = MIT
description = A clean variant of the read the docs sphinx theme with light and dark modes.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Developers
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
project_urls =
Issue Tracker = https://github.com/lukelbd/sphinx_rtd_light_dark/issues
Source Code = https://github.com/lukelbd/sphinx_rtd_light_dark
[options]
packages = sphinx_rtd_light_dark
setup_requires = setuptools>=44; toml; setuptools_scm>=3.4.3
install_requires = pygments; sphinx_rtd_theme==0.4.3
include_package_data = True
python_requires = >=3.6.0
[options.package_data]
sphinx.sphinx_rtd_light_dark = theme.conf, static/*.css, static/*.js
[options.entry_points]
sphinx.html_themes =
name_of_theme = sphinx_rtd_light_dark