Compare commits

...

6 Commits

Author SHA1 Message Date
Erick Friis
e67cc66233 devnull 2024-02-07 09:40:28 -08:00
Erick Friis
b640fd90bc nav depth 2024-02-06 11:25:28 -08:00
Erick Friis
ad01c3e487 x 2024-02-05 20:24:40 -08:00
Erick Friis
4828551bb7 726 2024-02-05 18:20:53 -08:00
Erick Friis
e61591186c sphinx 7 2024-02-05 18:20:04 -08:00
Erick Friis
a3381cf5d4 infra: rtd build bump 2024-02-05 18:17:31 -08:00
4 changed files with 8 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ build:
- python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt
- python docs/api_reference/create_api_rst.py
- cat docs/api_reference/conf.py
- python -m sphinx -T -E -b html -d _build/doctrees -c docs/api_reference docs/api_reference $READTHEDOCS_OUTPUT/html -j auto
- python -m sphinx -T -E -b html -d _build/doctrees -c docs/api_reference docs/api_reference $READTHEDOCS_OUTPUT/html -j auto > /dev/null
# Build documentation in the docs/ directory with Sphinx
sphinx:

View File

@@ -132,6 +132,9 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
#
html_theme = "scikit-learn-modern"
html_theme_path = ["themes"]
html_theme_options = {
'navigation_depth': 2,
}
# redirects dictionary maps from old links to new links
html_additional_pages = {}

View File

@@ -2,13 +2,13 @@
-e libs/langchain
-e libs/core
-e libs/community
autodoc_pydantic==1.9.0
pydantic<2
autodoc_pydantic==1.8.0
myst_parser
nbsphinx==0.8.9
sphinx>=5
sphinx==7.2.6
sphinx-autobuild==2021.3.14
sphinx_rtd_theme==1.0.0
sphinx_rtd_theme==2.0.0
sphinx-typlog-theme==0.8.0
sphinx-panels
toml

View File

@@ -33,7 +33,7 @@
<link rel="stylesheet" href="{{ pathto(css, 1) }}" type="text/css" />
{%- endif %}
{%- endfor %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/css/custom.css', 1) }}" type="text/css" />
<script id="documentation_options" data-url_root="{{ pathto('', 1) }}" src="{{ pathto('_static/documentation_options.js', 1) }}"></script>
<script src="{{ pathto('_static/jquery.js', 1) }}"></script>
{%- block extrahead %} {% endblock %}