Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add myst parser #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/docs/poetry.lock
/docs/_build
/source/.doctrees
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ authors = ["ScyllaDB Documentation Contributors"]
python = "^3.7"
pyyaml = "6.0"
pygments = "2.11.2"
recommonmark = "0.7.1"
sphinx-scylladb-theme = "~1.3.1"
sphinx-autobuild = "2021.3.14"
Sphinx = "4.3.2"
sphinx-multiversion-scylla = "~0.2.11"
sphinx-sitemap = "2.2.0"
redirects_cli ="~0.1.3"
myst-parser = "0.18.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sphinx_sitemap",
"sphinx_scylladb_theme",
"sphinx_multiversion", # optional
"recommonmark", # optional
"myst_parser", # optional
]

# The suffix(es) of source filenames.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ You can run and modify the classifier script using the Jupyter notebook file in


## Narrow table design
In the example above, we use a wide table design
In the example above, we use a wide table design
5 changes: 0 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,3 @@
About feature stores <about-feature-stores>
Getting started <getting-started>
Feature store GitHub repository <https://github.com/scylladb/scylladb-feature-store>