Skip to content

Commit

Permalink
Revert back to 3.9 for RTD (Read the Docs).
Browse files Browse the repository at this point in the history
There appears to be some Sphinx regression with `typing.NewType`.
  • Loading branch information
dhermes committed Jul 29, 2023
1 parent a327a4a commit c8d5600
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 @@ -12,7 +12,7 @@ sphinx:
formats: []

python:
version: "3.10"
version: "3.9"
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -233,7 +233,7 @@ def functional(session):
session.run(*run_args, env=env)


@nox.session(py=DEFAULT_INTERPRETER)
@nox.session(py="3.9")
def docs(session):
# Install all dependencies.
session.install(*DOCS_DEPS)
Expand Down

0 comments on commit c8d5600

Please sign in to comment.