Skip to content

Commit

Permalink
mkdocs_material version depending on python version in req.
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Oct 10, 2023
1 parent 7f3d23b commit da9b63d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mike~=1.1
mkdocs~=1.5
mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.3
mkdocs-material~=9.3; python_version>="3.8"
mkdocs-material~=9.2; python_version<"3.8"
mkdocstrings[python-legacy]~=0.22.0

0 comments on commit da9b63d

Please sign in to comment.