Skip to content

Commit

Permalink
Merge pull request #2025 from rzetelskik/remove-sphinx-scylladb-markdown
Browse files Browse the repository at this point in the history
Remove sphinx-scylladb-markdown dependency from docs
  • Loading branch information
scylla-operator-bot[bot] committed Jul 17, 2024
2 parents 2edb39b + ce5d6a0 commit bb6cd11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 87 deletions.
82 changes: 2 additions & 80 deletions docs/poetry.lock

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

2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sphinx-autobuild = "2021.3.14"
Sphinx = "7.2.6"
sphinx-multiversion-scylla = "~0.3.1"
redirects_cli ="~0.1.3"
sphinx-scylladb-markdown = "~0.1.3"
myst-parser = ">=2.0.0"
sphinx-design = "^0.5.0"

[build-system]
Expand Down
13 changes: 7 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'sphinx_scylladb_theme',
'sphinx_multiversion',
"sphinx_sitemap",
"sphinx_scylladb_markdown",
"sphinx_design"
"sphinx_design",
"myst_parser",
]

# The suffix(es) of source filenames.
Expand Down Expand Up @@ -48,6 +48,11 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

# -- Options for myst parser

myst_enable_extensions = ["colon_fence"]
myst_heading_anchors = 6

# -- Options for not found extension

# Template used to render the 404.html generated by this extension.
Expand All @@ -61,10 +66,6 @@
# Read a YAML dictionary of redirections and generate an HTML file for each
redirects_file = "./redirections.yaml"

# -- Options for markdown extension
scylladb_markdown_enable = True
scylladb_markdown_recommonmark_versions = ['v1.9', 'v1.10']

# -- Options for multiversion extension
# Whitelist pattern for tags (set to None to ignore all tags)
TAGS = []
Expand Down

0 comments on commit bb6cd11

Please sign in to comment.