Skip to content

Commit

Permalink
restore doc
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Feb 17, 2024
1 parent d2af933 commit 4da9c70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pytest_httpserver documentation build configuration file, created by
# sphinx-quickstart on Sat Aug 11 08:07:37 2018.
Expand Down Expand Up @@ -27,6 +29,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand All @@ -47,6 +50,7 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"

# The master toctree document.
Expand Down Expand Up @@ -96,6 +100,7 @@
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}

html_theme_options = {
"canonical_url": "",
Expand Down Expand Up @@ -141,12 +146,16 @@
latex_elements: Dict[str, str] = {
# The paper size ('letterpaper' or 'a4paper').
#
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#
# 'preamble': '',
# Latex figure (float) alignment
#
# 'figure_align': 'htbp',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down

0 comments on commit 4da9c70

Please sign in to comment.