Skip to content

Commit

Permalink
Merge pull request #1052 from gboeing/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
gboeing authored Aug 22, 2023
2 parents 4f082ac + c58bce9 commit 1c5f8c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.284"
rev: "v0.0.285"
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon"]
language = "en"
needs_sphinx = "6" # same value as pinned in /docs/requirements.txt
needs_sphinx = "7" # same value as pinned in /docs/requirements.txt
root_doc = "index"
source_suffix = ".rst"
templates_path = []
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
furo
sphinx == 6.* # same value as needs_sphinx in /docs/conf.py
sphinx == 7.* # same value as needs_sphinx in /docs/conf.py
2 changes: 1 addition & 1 deletion tests/environments/env-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dependencies:

# docs
- furo
- sphinx
- sphinx=7
2 changes: 1 addition & 1 deletion tests/environments/env-test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ dependencies:

# docs
- furo
- sphinx=6 # pin to version from /docs/requirements.txt
- sphinx=7 # pin to version from /docs/requirements.txt

0 comments on commit 1c5f8c5

Please sign in to comment.