Skip to content

Commit

Permalink
Add sphinxcontib-exceltable after 0.5.x Version Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Saptak625 committed Jul 22, 2023
1 parent 5bb61d9 commit f450530
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 596 deletions.
22 changes: 1 addition & 21 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,13 @@
'sphinx.ext.doctest',
'sphinx.ext.mathjax',
'sphinx_copybutton',
'exceltable'
'sphinxcontrib.exceltable'
]

sys.path.insert(0, os.path.abspath('../../src/'))

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'furo'
html_static_path = ['_static']

# html_sidebars = {
# "**": [
# "about.html",
# "navigation.html",
# "relations.html",
# "searchbox.html",
# "donate.html",
# ]
# }
# html_sidebars = {
# "index": ["localtoc.html", "search.html"],
# "**": ["localtoc.html", "search.html"],
# }
# singlehtml_sidebars = {"index": ["localtoc.html", "search.html"]}
Empty file removed docs/sphinxcontrib/__init__.py
Empty file.
Loading

0 comments on commit f450530

Please sign in to comment.