Skip to content

Commit 68d59dd

Browse files
committed
docs:remove deprecated function for setting html_theme_path
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 9172777 commit 68d59dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'Logicrom OpenCPU SDK'
23-
copyright = "2021-" + datetime.today().strftime("%Y") + ", Waybyte Solutions"
23+
copyright = "2021-" + datetime.today().strftime("%Y") + ", Waybyte Solutions Pvt. Ltd."
2424
author = 'Waybyte Developers'
2525

2626
# -- General configuration ---------------------------------------------------
@@ -79,7 +79,6 @@
7979
#
8080
# html_theme = 'alabaster'
8181
html_theme = "sphinx_rtd_theme"
82-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
8382

8483
# Add any paths that contain custom static files (such as style sheets) here,
8584
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)