Sphinx update (#109)

* Package updates, fixes build bug

* Re-fixed the not-quite-fixed
This commit is contained in:
kn0wmad
2022-04-20 18:37:15 -06:00
committed by GitHub
parent d49ceab42e
commit 3f249e0187
3 changed files with 168 additions and 129 deletions

View File

@@ -6,18 +6,17 @@ authors = ["elvece <lucy@start9labs.com>, kn0wmad <david@start9labs.com>"]
[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "^5.3"
pyyaml = "6.0"
pygments = "^2.7.4"
recommonmark = "0.5.0"
sphinx-scylladb-theme = "1.0.6"
sphinx-scylladb-theme = "1.2.1"
sphinx-sitemap = "2.1.0"
Sphinx = "^2.4.4"
sphinx-multiversion-scylla = "0.2.6"
Sphinx = "4.5"
sphinx-multiversion-scylla = "0.2.10"
beautifulsoup4 = "^4.9.3"
sphinx-tabs = "^3.1.0"
sphinxcontrib-youtube = "^1.0.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
sphinx-autobuild = "^0.7.1"