Skip to content

Commit

Permalink
fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Feb 8, 2025
1 parent cd5265b commit d6ca001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ version: 2

sphinx:
configuration: docs/conf.py
fail_on_warning: true

formats: all

submodules:
include:
- micropip/_vendored/packaging
recursive: true

python:
install:
- requirements: docs/requirements-doc.txt
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path

project = "micropip"
copyright = "2019-2022, Pyodide contributors and Mozilla"
copyright = "2019-2025, Pyodide contributors and Mozilla"
# author = "Pyodide Authors"

# -- General configuration ---------------------------------------------------
Expand All @@ -19,7 +19,7 @@
]

intersphinx_mapping = {
"python": ("https://docs.python.org/3.10", None),
"python": ("https://docs.python.org/3.12", None),
"pyodide": ("https://pyodide.org/en/stable/", None),
}

Expand Down

0 comments on commit d6ca001

Please sign in to comment.