Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Aug 4, 2024
1 parent 86bbcbd commit 2182f97
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,23 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

<<<<<<< HEAD
# <<<<<<< HEAD
html_theme = 'sphinx_book_theme' # Theme for HTML output
html_static_path = ['_static'] # Static files path

=======
html_static_path = ['static']
#=======
#html_static_path = ['static']
os.makedirs(html_static_path[0])
>>>>>>> f106125c794f7eeb8348e421c7d0ba4b3edee5e1
#>>>>>>> f106125c794f7eeb8348e421c7d0ba4b3edee5e1
source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'markdown',
'.md': 'markdown',
}

<<<<<<< HEAD

from sphinx.util import logging
=======

>>>>>>> f106125c794f7eeb8348e421c7d0ba4b3edee5e1
logger = logging.getLogger(__name__)

def linkcode_resolve(domain, info):
Expand Down

0 comments on commit 2182f97

Please sign in to comment.