Skip to content

Commit

Permalink
Merge pull request #1460 from dgarcia360/update-theme-1.6
Browse files Browse the repository at this point in the history
Update ScyllaDB Documentation Theme to 1.6
  • Loading branch information
scylla-operator-bot[bot] authored Oct 20, 2023
2 parents 41e4ecd + 2e8814f commit 053ecc1
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 114 deletions.
10 changes: 2 additions & 8 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# You can set these variables from the command line.
ifeq ($(OS),Windows_NT)
# For Windows users
POETRY ?= $(APPDATA)\Python\Scripts\poetry
else
POETRY ?=poetry
endif

POETRY ?= poetry
SPHINXBUILD ?= $(POETRY) run sphinx-build
SPHINXOPTS ?=
SPHINXOPTS ?= -j auto
PAPER ?=
BUILDDIR ?= _build
SOURCEDIR ?= source
Expand Down
181 changes: 90 additions & 91 deletions docs/poetry.lock

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

14 changes: 7 additions & 7 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ authors = ["ScyllaDB Documentation Contributors"]

# Pin dependencies to exact versions so CI always produces the same artifacts.
[tool.poetry.dependencies]
python = "^3.8"
pyyaml = "^6.0"
python = "^3.9"
pyyaml = "6.0.1"
pygments = "2.15.1"
recommonmark = "^0.7.1"
sphinx-scylladb-theme = "~1.5.1"
sphinx-sitemap = "2.5.0"
sphinx-autobuild = "^2021.3.14"
Sphinx = "^4.3.2"
sphinx-multiversion-scylla = "~0.2.11"
sphinx-scylladb-theme = "~1.6.1"
sphinx-sitemap = "2.5.1"
sphinx-autobuild = "2021.3.14"
Sphinx = "7.2.6"
sphinx-multiversion-scylla = "~0.3.1"
sphinx-markdown-tables = "~0.0.17"
redirects_cli ="~0.1.3"

Expand Down
Loading

0 comments on commit 053ecc1

Please sign in to comment.