FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-spec-validator/docs/conf.py at master · python-openapi/openapi-spec-validator · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-openapi
/
openapi-spec-validator
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
74
Star
407
Code
Issues
39
Pull requests
12
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-spec-validator
/
docs
/
conf.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
64 lines (55 loc) · 1.64 KB
Breadcrumbs
openapi-spec-validator
/
docs
/
conf.py
Copy path
File metadata and controls
64 lines (55 loc) · 1.64 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
import
openapi_spec_validator
project
=
"openapi-spec-validator"
copyright
=
"2023, Artur Maciag"
author
=
"Artur Maciag"
release
=
openapi_spec_validator
.
__version__
extensions
=
[
"sphinx.ext.autodoc"
,
"sphinx.ext.doctest"
,
"sphinx.ext.intersphinx"
,
"sphinx.ext.coverage"
,
"sphinx.ext.viewcode"
,
"sphinx_immaterial"
,
]
templates_path
=
[
"_templates"
]
exclude_patterns
=
[
"_build"
,
"Thumbs.db"
,
".DS_Store"
]
html_theme
=
"sphinx_immaterial"
html_baseurl
=
"https://python-openapi.org/openapi-spec-validator/docs/latest/"
html_static_path
=
[]
html_title
=
"openapi-spec-validator"
html_theme_options
=
{
"analytics"
: {
"provider"
:
"google"
,
"property"
:
"G-SWHTV603PN"
,
},
"repo_url"
:
"https://github.com/python-openapi/openapi-spec-validator/"
,
"repo_name"
:
"openapi-spec-validator"
,
"icon"
: {
"repo"
:
"fontawesome/brands/github-alt"
,
"edit"
:
"material/file-edit-outline"
,
},
"palette"
: [
{
"media"
:
"(prefers-color-scheme: dark)"
,
"scheme"
:
"slate"
,
"primary"
:
"lime"
,
"accent"
:
"amber"
,
"scheme"
:
"slate"
,
"toggle"
: {
"icon"
:
"material/toggle-switch"
,
"name"
:
"Switch to light mode"
,
},
},
{
"media"
:
"(prefers-color-scheme: light)"
,
"scheme"
:
"default"
,
"primary"
:
"lime"
,
"accent"
:
"amber"
,
"toggle"
: {
"icon"
:
"material/toggle-switch-off-outline"
,
"name"
:
"Switch to dark mode"
,
},
},
],
"globaltoc_collapse"
:
False
,
}
Back
|
FazBrowse Home
|
New Git URL