Skip to content

Commit

Permalink
Doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Feb 10, 2024
1 parent 11b0750 commit 27d6ccd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 14 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Chainopy'
copyright = '2024, Aadya A. Chinubhai'
author = 'Aadya A. Chinubhai'
release = '1.0'
import os
import sys

# Root Path
sys.path.insert(0, os.path.abspath("../../."))


project = "Chainopy"
copyright = "2024, Aadya A. Chinubhai"
author = "Aadya A. Chinubhai"
release = "1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -19,13 +26,12 @@
"sphinx.ext.autodoc",
]

templates_path = ['_templates']
templates_path = ["_templates"]
exclude_patterns = []



# -- 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_theme = "furo"
html_static_path = ["_static"]
2 changes: 0 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
:maxdepth: 2
```



# Indices and tables

- {ref}`genindex`
Expand Down

0 comments on commit 27d6ccd

Please sign in to comment.