Loading docs/.readthedocs.yaml +3 −7 Original line number Diff line number Diff line Loading @@ -20,13 +20,9 @@ sphinx: fail_on_warning: false # Optionally declare the Python requirements required to build your docs # python: # install: # - requirements: docs/requirements.txt # - method: pip # path: . # extra_requirements: # - docs python: install: - requirements: docs/requirements.txt # Optional but recommended, declare the Python requirements required to build your docs formats: Loading docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ master_doc = "index" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. Loading @@ -84,7 +84,7 @@ html_theme = "sphinx_rtd_theme" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] # html_static_path = ["_static"] # Custom sidebar templates, must be a dictionary that maps document names # to template names. Loading docs/requirements.txt 0 → 100644 +2 −0 Original line number Diff line number Diff line sphinx==8.1.3 sphinx-rtd-theme==3.0.2 No newline at end of file Loading
docs/.readthedocs.yaml +3 −7 Original line number Diff line number Diff line Loading @@ -20,13 +20,9 @@ sphinx: fail_on_warning: false # Optionally declare the Python requirements required to build your docs # python: # install: # - requirements: docs/requirements.txt # - method: pip # path: . # extra_requirements: # - docs python: install: - requirements: docs/requirements.txt # Optional but recommended, declare the Python requirements required to build your docs formats: Loading
docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ master_doc = "index" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. Loading @@ -84,7 +84,7 @@ html_theme = "sphinx_rtd_theme" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] # html_static_path = ["_static"] # Custom sidebar templates, must be a dictionary that maps document names # to template names. Loading
docs/requirements.txt 0 → 100644 +2 −0 Original line number Diff line number Diff line sphinx==8.1.3 sphinx-rtd-theme==3.0.2 No newline at end of file