Skip to content

Commit 34e9d6d

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
sphinx==5.3.0
1+
sphinx==7.2.6
22
sphinx_bootstrap_theme==0.8.1
3+
myst-parser==2.0.0

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
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)