restructure to account for new theme, add new build process, update readme

This commit is contained in:
Lucy Cifferello
2021-12-13 23:02:47 -07:00
parent 4e59b06c85
commit 1e756e5cfa
669 changed files with 61332 additions and 245 deletions

27
pyproject.toml Normal file
View File

@@ -0,0 +1,27 @@
[tool.poetry]
name = "start9-docs"
description = "Start9 Documentation"
version = "0.1.0"
authors = ["elvece <lucy@start9labs.com>, kn0wmad <david@start9labs.com>"]
[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "^5.3"
pygments = "2.2.0"
recommonmark = "0.5.0"
sphinx-scylladb-theme = "1.0.6"
sphinx-sitemap = "2.1.0"
Sphinx = "^2.4.4"
sphinx-multiversion-scylla = "^0.2.6"
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"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"