Pin all pythin depeds in order to attempt to fix the C++ docs

This commit is contained in:
Olivier Goffart 2022-07-18 15:24:58 +02:00
parent 0b118577da
commit ec483e500e

View file

@ -9,12 +9,12 @@ verify_ssl = true
[dev-packages]
[packages]
breathe = "*"
sphinx-rtd-theme = "*"
sphinx = "*"
exhale = "*"
myst_parser = "*"
sphinx-markdown-tables = "0.0.14"
breathe = "4.33.1"
sphinx-rtd-theme = "1.0.0"
sphinx = "4.5.0"
exhale = "0.2.4"
myst_parser = "0.17.2"
sphinx-markdown-tables = "0.0.15"
[requires]
python_version = "3"