Skip to content

Commit 6a75b69

Browse files
committed
update
1 parent 81682fc commit 6a75b69

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#
1313
import os
1414
import sys
15+
1516
from pyabsa import __version__ as pyabsa_version
1617

1718
sys.path.insert(0, os.path.abspath("../"))
@@ -65,7 +66,7 @@
6566
autodoc_mock_imports = []
6667

6768
# Output file base name for HTML help builder.
68-
htmlhelp_basename = "PyABASA_documentation"
69+
htmlhelp_basename = "PyABASA_Documentation"
6970

7071
# -- Options for HTML output -------------------------------------------------
7172

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ termcolor
4141
gitpython
4242
transformers
4343
torch
44-
sentencepiece
4544
pyabsa
45+

0 commit comments

Comments
 (0)