FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
multiwii-proxy-python/docs/conf.py at master · bluday/multiwii-proxy-python · GitHub
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
bluday
/
multiwii-proxy-python
Public archive
Notifications
You must be signed in to change notification settings
Fork
3
Star
18
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
multiwii-proxy-python
/
docs
/
conf.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
76 lines (46 loc) · 1.78 KB
Breadcrumbs
multiwii-proxy-python
/
docs
/
conf.py
Copy path
File metadata and controls
76 lines (46 loc) · 1.78 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
import
os
,
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../src/'
))
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project
=
'multiwii-proxy-python'
copyright
=
'2024, BluDay'
author
=
'BluDay'
release
=
'3.0'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions
=
[
'myst_parser'
,
'sphinx.ext.autodoc'
,
'sphinx.ext.autosummary'
,
'sphinx.ext.doctest'
,
'sphinx.ext.githubpages'
,
'sphinx.ext.napoleon'
,
'sphinx.ext.todo'
,
'sphinx.ext.viewcode'
]
templates_path
=
[
'_templates'
]
source_suffix
=
'.rst'
root_doc
=
'index'
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme
=
'sphinx_rtd_theme'
html_static_path
=
[
'_static'
]
# -- Napoleon options --------------------------------------------------------
napoleon_google_docstring
=
False
napoleon_numpy_docstring
=
True
napoleon_include_init_with_doc
=
False
napoleon_include_private_with_doc
=
False
napoleon_include_special_with_doc
=
True
napoleon_use_admonition_for_examples
=
False
napoleon_use_admonition_for_notes
=
False
napoleon_use_admonition_for_references
=
False
napoleon_use_ivar
=
False
napoleon_use_param
=
True
napoleon_use_rtype
=
True
napoleon_preprocess_types
=
False
napoleon_type_aliases
=
None
napoleon_attr_annotations
=
True
Back
|
FazBrowse Home
|
New Git URL