Commit 41149473 authored by Open Science Conservation Fund's avatar Open Science Conservation Fund
Browse files

add requirements to .readthedocs.yaml

parent cb8007e0
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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:
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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.

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