-
Notifications
You must be signed in to change notification settings - Fork 1
/
.nengobones.yml
81 lines (69 loc) · 1.87 KB
/
.nengobones.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
project_name: Nengo Sphinx Theme
pkg_name: nengo_sphinx_theme
repo_name: nengo/nengo-sphinx-theme
description: Sphinx theme for Nengo project documentation pages
copyright_start: 2019
license: abr-free
main_branch: main
ci_scripts:
- template: static
- template: docs
- template: deploy
contributing_rst: {}
contributors_rst: {}
license_rst: {}
manifest_in:
global-include:
- "*.conf"
- "*.html"
- "*.css"
- "*.svg"
setup_py:
entry_points:
sphinx.html_themes:
- nengo_sphinx_theme=nengo_sphinx_theme
include_package_data: True
install_req:
- sphinx>=7.2.6
- sphinx-notfound-page>=1.0.0
docs_req:
- jupyter
- matplotlib
- nbsphinx
- nengo
- numpydoc
classifiers:
- "Development Status :: 4 - Beta"
- "Framework :: Nengo"
- "Intended Audience :: Developers"
- "Operating System :: Microsoft :: Windows"
- "Operating System :: POSIX :: Linux"
- "Programming Language :: Python"
- "Programming Language :: Python :: 3.9"
- "Topic :: Software Development"
setup_cfg:
pylint:
disable:
- consider-using-f-string # TODO: remove this once we have tests
- missing-docstring
docs_conf_py:
exclude_patterns:
- examples/test-example.ipynb
extensions:
- nengo_sphinx_theme.ext.resolvedefaults
- nengo_sphinx_theme.ext.autoautosummary
html_redirects:
redirect/to/nested-page.html: deeply/nested/testing/page.html
redirect/to/external.html: https://www.nengo.ai/
autoautosummary_change_modules:
nengo_sphinx_theme.ext.renamed_autoautosummary:
- nengo_sphinx_theme.ext.autoautosummary.TestClass
- nengo_sphinx_theme.ext.autoautosummary.a_test_function
sphinx_options:
autodoc_typehints: "'none'"
linkcheck_ignore: linkcheck_ignore + [r"redirect/to/.*.html"]
pre_commit_config_yaml: {}
pyproject_toml: {}
version_py:
type: calver
release: false