Skip to content

Commit 1fce027

Browse files
committed
#477 - A try to solve the RTD issue
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent faa7a8e commit 1fce027

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Sphinx==2.4.3
2+
sphinx-rtd-theme==1.0.0
3+
sphinxcontrib-applehelp==1.0.1
4+
sphinxcontrib-devhelp==1.0.1
5+
sphinxcontrib-htmlhelp==1.0.3
6+
sphinxcontrib-jsmath==1.0.1
7+
sphinxcontrib-qthelp==1.0.2
8+
sphinxcontrib-serializinghtml==1.1.3

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
html_context = {
5555
"display_github": True,
5656
"github_user": "nexB",
57-
"github_repo": "nexb-skeleton",
57+
"github_repo": "aboutcode-toolkit",
5858
"github_version": "develop", # branch
5959
"conf_py_path": "/docs/source/", # path in the checkout to the docs root
6060
}

0 commit comments

Comments
 (0)