Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl5766 committed Jul 28, 2024
1 parent 55d8520 commit 42b9d9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'cvpl_tools'
copyright = '2024, KarlHanUW'
author = 'KarlHanUW'
release = '0.3.2'
release = '0.4.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -28,3 +28,7 @@

html_theme = "sphinx_rtd_theme"
html_static_path = ['_static']


import sys
sys.path.insert(0, '../..')
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cvpl_tools
sphinx-rtd-theme==2.0.0
myst-parser==3.0.1
furo

0 comments on commit 42b9d9a

Please sign in to comment.