Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-volue committed Oct 19, 2023
1 parent f250481 commit a902246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.7.11'


# -- General configuration ---------------------------------------------------
Expand All @@ -42,7 +42,7 @@
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.napoleon'
'sphinx.ext.napoleon'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -168,4 +168,4 @@

#Custom css to the documentation
def setup(app):
app.add_css_file('css/custom.css')
app.add_css_file('css/custom.css')

0 comments on commit a902246

Please sign in to comment.