Skip to content
Snippets Groups Projects
Commit 39d21d4b authored by Bas van der Tol's avatar Bas van der Tol Committed by Tammo Jan Dijkema
Browse files

Add support for markdown in sphinx doc

parent e8d0e7c3
No related branches found
No related tags found
1 merge request!122AST-503 Document interfaces
.. _build-instructions-label: # Build instructions
================== ## Quick installation guide:
Build instructions
==================
# Quick installation guide:
``` ```
git clone --recursive -j4 https://gitlab.com/astron-idg/idg.git git clone --recursive -j4 https://gitlab.com/astron-idg/idg.git
cd idg cd idg
......
...@@ -27,7 +27,7 @@ author = 'Bram Veenboer, Sebastiaan van der Tol' ...@@ -27,7 +27,7 @@ author = 'Bram Veenboer, Sebastiaan van der Tol'
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = [ "sphinx_rtd_theme", "sphinx.ext.autodoc", "breathe" ] extensions = [ "sphinx_rtd_theme", "sphinx.ext.autodoc", "breathe", 'myst_parser' ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment