-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo_helper.yml
51 lines (44 loc) · 1.19 KB
/
repo_helper.yml
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
44
45
46
47
48
49
50
51
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper
---
modname: "repo_helper Theme"
import_name: "repo_helper_sphinx_theme"
repo_name: "repo_helper_sphinx_theme"
pypi_name: "repo_helper_sphinx_theme"
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "[email protected]"
username: "repo-helper"
assignee: "domdfcoding"
version: "0.0.3"
license: "BSD"
short_desc: "Sphinx Theme for repo_helper."
use_whey: true
sphinx_html_theme: repo_helper_sphinx_theme
enable_conda: False
enable_tests: False
manifest_additional:
- "recursive-include repo_helper_sphinx_theme *.*"
- "recursive-exclude repo_helper_sphinx_theme .*.swp"
# Versions to run tests for
python_versions:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10-dev'
classifiers:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Developers'
- 'Topic :: Utilities'
- "Topic :: Documentation"
- "Topic :: Software Development :: Documentation"
- 'Framework :: Sphinx'
- 'Framework :: Sphinx :: Theme'
- 'Environment :: Web Environment'
entry_points:
sphinx.html_themes:
- "repo_helper_sphinx_theme = repo_helper_sphinx_theme"
keywords:
- sphinx
- documentation
- repo-helper