From f182d1b5c9969b0089edc497f59fde77a8fbaf76 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 25 Jul 2021 14:47:01 +0100 Subject: [PATCH] working on the docs --- docs/source/conf.py | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 31823f6c5..18ab75c17 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,15 +1,18 @@ -# Configuration file for the Sphinx documentation builder. -# -# This file only contains a selection of the most common options. For a full -# list see the documentation: -# https://www.sphinx-doc.org/en/master/usage/configuration.html -# https://brendanhasz.github.io/2019/01/05/sphinx.html +""" +Configuration file for the Sphinx documentation builder. + +This file only contains a selection of the most common options. For a full +list see the documentation: +https://www.sphinx-doc.org/en/master/usage/configuration.html +https://brendanhasz.github.io/2019/01/05/sphinx.html +""" + # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -# + import os import sys @@ -125,4 +128,4 @@ print("Generating grid_options_descriptions.rst") write_grid_options_to_rst_file("grid_options_descriptions.rst") print("Done") -# Add +# Add -- GitLab