Skip to content

Commit

Permalink
No direct import
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniekmateusz committed Jan 23, 2025
1 parent 5c6442a commit bcfd87a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@
# 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.

# Incase the project was not installed
import os
import sys
sys.path.insert(0, os.path.abspath('..'))

import ties


html_context = {
'current_version' : "1.0",
'versions' : [["1.0", "link to 1.0"], ["2.0", "link to 2.0"]],
'current_language': 'en',
'languages': [["en", "link to en"], ["de", "link to de"]]
}

# -- Project information -----------------------------------------------------

project = 'ties'
Expand Down

0 comments on commit bcfd87a

Please # to comment.