Skip to content

Commit f2a5c14

Browse files
committed
update docs conf, replace recommonmark with myst_parser
1 parent 62cb2b7 commit f2a5c14

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinx==5.3.0
22
sphinx_bootstrap_theme==0.8.1
3+
myst-parser==2.0.0

docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "AWS Serverless Data Lake Framework"
21-
author = "Abdel Jaidi"
21+
author = "Abdel Jaidi, Cyril Fait"
2222

2323
master_doc = "index"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.0.1"
26+
release = "2.0.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------
3030

3131
# Add any Sphinx extension module names here, as strings. They can be
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333
# ones.
34-
extensions = ["sphinx.ext.autosectionlabel", "sphinx.ext.autosummary", "sphinx.ext.napoleon", "recommonmark"]
34+
extensions = ["sphinx.ext.autosectionlabel", "sphinx.ext.autosummary", "sphinx.ext.napoleon", "myst_parser"]
3535

3636
# Add any paths that contain templates here, relative to this directory.
3737
templates_path = ["_templates"]

0 commit comments

Comments
 (0)