-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (38 loc) · 1.4 KB
/
setup.cfg
File metadata and controls
43 lines (38 loc) · 1.4 KB
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
39
40
41
42
43
[metadata]
name = sphinx_rtd_light_dark
author = Luke Davis
author_email = lukelbd@gmail.com
maintainer = Luke Davis
maintainer_email = lukelbd@gmail.com
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.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
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
ultraplot_theme
setup_requires = setuptools>=44; toml; setuptools_scm>=3.4.3
install_requires = pygments; sphinx_rtd_theme>=2.0.0
include_package_data = True
python_requires = >=3.6.0
[options.package_data]
sphinx_rtd_light_dark = theme.conf, static/*.css, static/*.js, static/pygments/*.css, layout.html, breadcrumbs.html
ultraplot_theme = static/*.css, static/*.js
[options.entry_points]
sphinx.html_themes =
sphinx_rtd_light_dark = sphinx_rtd_light_dark
ultraplot_theme = ultraplot_theme