Skip to content

Commit

Permalink
update docs conf, replace recommonmark with myst_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Feb 9, 2024
1 parent 62cb2b7 commit 34e9d6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==5.3.0
sphinx==7.2.6
sphinx_bootstrap_theme==0.8.1
myst-parser==2.0.0
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
# -- Project information -----------------------------------------------------

project = "AWS Serverless Data Lake Framework"
author = "Abdel Jaidi"
author = "Abdel Jaidi, Cyril Fait"

master_doc = "index"

# The full version, including alpha/beta/rc tags
release = "0.0.1"
release = "2.0.0"


# -- General configuration ---------------------------------------------------

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

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

0 comments on commit 34e9d6d

Please sign in to comment.