Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
022afbeb
Unverified
Commit
022afbeb
authored
May 07, 2025
by
Harry Mellor
Committed by
GitHub
May 07, 2025
Browse files
Fix doc build performance (#17748)
Signed-off-by:
Harry Mellor
<
19981378+hmellor@users.noreply.github.com
>
parent
2f925e57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/source/conf.py
docs/source/conf.py
+0
-3
requirements/docs.txt
requirements/docs.txt
+4
-1
No files found.
docs/source/conf.py
View file @
022afbeb
...
@@ -60,9 +60,6 @@ autodoc2_packages = [
...
@@ -60,9 +60,6 @@ autodoc2_packages = [
autodoc2_output_dir
=
"api"
autodoc2_output_dir
=
"api"
autodoc2_render_plugin
=
"myst"
autodoc2_render_plugin
=
"myst"
autodoc2_hidden_objects
=
[
"dunder"
,
"private"
,
"inherited"
]
autodoc2_hidden_objects
=
[
"dunder"
,
"private"
,
"inherited"
]
autodoc2_docstring_parser_regexes
=
[
(
".*"
,
"docs.source.autodoc2_docstring_parser"
),
]
autodoc2_sort_names
=
True
autodoc2_sort_names
=
True
autodoc2_index_template
=
None
autodoc2_index_template
=
None
...
...
requirements/docs.txt
View file @
022afbeb
sphinx==7.4.7
sphinx==7.4.7
sphinx-argparse==0.5.2
sphinx-argparse==0.5.2
sphinx-autodoc2==0.5.0
sphinx-book-theme==1.1.4
sphinx-book-theme==1.1.4
sphinx-copybutton==0.5.2
sphinx-copybutton==0.5.2
sphinx-design==0.6.1
sphinx-design==0.6.1
...
@@ -9,6 +8,10 @@ myst-parser==3.0.1 # `myst-parser==4.0.1` breaks inline code in titles
...
@@ -9,6 +8,10 @@ myst-parser==3.0.1 # `myst-parser==4.0.1` breaks inline code in titles
msgspec
msgspec
commonmark # Required by sphinx-argparse when using :markdownhelp:
commonmark # Required by sphinx-argparse when using :markdownhelp:
# Custom autodoc2 is necessary for faster docstring processing
# see: https://github.com/sphinx-extensions2/sphinx-autodoc2/issues/33#issuecomment-2856386035
git+https://github.com/hmellor/sphinx-autodoc2.git # sphinx-autodoc2==0.5.0
# packages to install to build the documentation
# packages to install to build the documentation
cachetools
cachetools
-f https://download.pytorch.org/whl/cpu
-f https://download.pytorch.org/whl/cpu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment