Skip to content

Commit

Permalink
update python version for readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbrue committed Mar 22, 2023
1 parent 61c9ad1 commit 01c646f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -15,4 +15,4 @@ python:
path: .
extra_requirements:
- docs
- myst_parser
- myst-parser
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -17,7 +17,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"myst-parser",
"myst_parser",
]
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand Down

0 comments on commit 01c646f

Please sign in to comment.