Skip to content

Commit

Permalink
Merge pull request #234 from mraniki/dev
Browse files Browse the repository at this point in the history
📝 Docs
  • Loading branch information
mraniki committed Jul 8, 2023
2 parents a0e7d76 + a0de284 commit b327ab7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Configuration file for the Sphinx documentation builder.
import sys
from os.path import abspath, dirname

# 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 sphinx_bootstrap_theme

path = dirname(abspath(__file__))
sys.path.append(path)
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

Expand Down

0 comments on commit b327ab7

Please sign in to comment.