Skip to content
Snippets Groups Projects
Commit 7f80626e authored by Maël Madon's avatar Maël Madon
Browse files

doc: additionnal required files for sphinx

parent 19094ccf
No related branches found
No related tags found
No related merge requests found
Pipeline #9492 passed
...@@ -12,13 +12,11 @@ version = '' ...@@ -12,13 +12,11 @@ version = ''
# -- General configuration # -- General configuration
extensions = [ extensions = [
# 'sphinx.ext.duration', 'myst_parser'
# 'sphinx.ext.doctest',
# 'sphinx.ext.autodoc',
# 'sphinx.ext.autosummary',
# 'sphinx.ext.intersphinx',
] ]
source_suffix = ['.rst', '.md']
# intersphinx_mapping = { # intersphinx_mapping = {
# 'python': ('https://docs.python.org/3/', None), # 'python': ('https://docs.python.org/3/', None),
# 'sphinx': ('https://www.sphinx-doc.org/en/master/', None), # 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
......
.. Sphinx with Markdown documentation master file, created by
sphinx-quickstart on Thu Oct 6 19:07:54 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Batmen documentation
================================================
TODO
Contents:
.. toctree::
:maxdepth: 2
.. question.md
.. answer.md
.. answer_beni.md
.. Indices and tables
.. ==================
.. * :ref:`genindex`
.. * :ref:`modindex`
.. * :ref:`search`
\ No newline at end of file
sphinx==7.2.6 sphinx==7.2.6
sphinx_rtd_theme==1.3.0 sphinx_rtd_theme==1.3.0
myst-parser==3.0.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment