Skip to content

Commit

Permalink
revert changes for demo-project/docs/source
Browse files Browse the repository at this point in the history
Signed-off-by: huongg <[email protected]>
  • Loading branch information
Huongg committed May 10, 2024
1 parent 6044671 commit dba850c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo-project/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "kedro-sphinx-theme"
html_theme = "sphinx_rtd_theme"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
10 changes: 8 additions & 2 deletions demo-project/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@
install_requires=requires,
extras_require={
"docs": [
"kedro-sphinx-theme==2024.4.0",
"ipykernel>=5.3, <7.0",
"sphinx~=3.4.3",
"sphinx_rtd_theme==0.5.1",
"nbsphinx==0.8.1",
"nbstripout==0.3.3",
"recommonmark==0.7.1",
"sphinx-autodoc-typehints==1.11.1",
"sphinx_copybutton==0.3.1",
"ipykernel~=5.3",
]
},
)

0 comments on commit dba850c

Please sign in to comment.