Skip to content

Commit

Permalink
Merge pull request #160 from hrcorval/release_4.0.7
Browse files Browse the repository at this point in the history
Completing documentation changes
  • Loading branch information
hrcorval authored Oct 8, 2024
2 parents b78c9d1 + 225b041 commit 413c2ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# -- General configuration ---------------------------------------------------
extensions = [
'recommonmark',
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
]
Expand All @@ -24,3 +24,8 @@

# -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_rtd_theme'

# -- MyST Parser configuration -----------------------------------------------
myst_enable_extensions = [
"colon_fence",
]
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Welcome to BehaveX's documentation!
===================================

.. include:: ../README.md
:parser: myst_parser

.. toctree::
:maxdepth: 2
:caption: Contents:

../README.md

Indices and tables
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recommonmark
myst-parser
sphinx
sphinx_rtd_theme

0 comments on commit 413c2ec

Please sign in to comment.