finetune repos

This commit is contained in:
2022-10-27 17:22:05 +02:00
parent 0f9f4cf295
commit a18ca7e2a4
4 changed files with 53 additions and 8 deletions

View File

@ -42,6 +42,9 @@ sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('./'))
# -- General configuration ----------------------------------------------------
# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not
# what it is expected
smartquotes = False
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.