Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fv3rdugo authored Nov 10, 2023
1 parent a6af2df commit 9bf75a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0
# 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

import os
import subprocess

extensions = [
'sphinx-prompt'
]
Expand All @@ -24,6 +35,8 @@
# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
html_search_language = 'en'

html_theme = 'sphinx_rtd_theme'

# Theme options
html_theme_options = {
'logo_only': True, # if we have a html_logo below, this shows /only/ the logo with no title text
Expand Down

0 comments on commit 9bf75a2

Please sign in to comment.