-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
36 lines (34 loc) · 997 Bytes
/
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
[metadata]
name = readthedocsext-theme
version = 1.0.0
license = MIT
description = Read the Docs next generation theme author = Read the Docs, Inc
author_email = dev@readthedocs.com
url = http://readthedocs.org
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Framework :: Django
[options]
packages = find:
namespace_packages = readthedocsext
include_package_data = True
zip_safe = False
install_requires =
Django
crispy-forms-semantic-ui
[options.extras_require]
docs =
# We can't upgrade Sphinx because of sphinx-js (Sphinx<6)
Sphinx<6
sphinx_rtd_theme<3
sphinxcontrib-autoanysrc<1
sphinx-js