Skip to content

Commit

Permalink
Merge pull request #516 from nautobot/patch-fix_docs
Browse files Browse the repository at this point in the history
Fix RTD for 3.0.0
  • Loading branch information
jdrew82 authored Aug 22, 2024
2 parents d51ff94 + 5da99f5 commit 3107036
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 31 deletions.
1 change: 1 addition & 0 deletions changes/516.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the dependencies for mkdocstrings and mkdocstrings-python to fix RTD build.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs==1.5.2
mkdocs-material==9.1.15
mkdocs-version-annotations==1.0.0
mkdocstrings-python==*
mkdocstrings==*
mkdocstrings-python==1.10.8
mkdocstrings==0.25.2
54 changes: 27 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ mkdocs-material = "9.1.15"
# Render custom markdown for version added/changed/remove notes
mkdocs-version-annotations = "1.0.0"
# Automatic documentation from sources, for MkDocs
mkdocstrings = "*"
mkdocstrings-python = "*"
mkdocstrings = "0.25.2"
mkdocstrings-python = "1.10.8"
towncrier = "~23.6.0"
requests-mock = "^1.10.0"
parameterized = "^0.8.1"
Expand Down

0 comments on commit 3107036

Please sign in to comment.