1 parent 81682fc commit 6a75b69Copy full SHA for 6a75b69
2 files changed
docs/conf.py
@@ -12,6 +12,7 @@
12
#
13
import os
14
import sys
15
+
16
from pyabsa import __version__ as pyabsa_version
17
18
sys.path.insert(0, os.path.abspath("../"))
@@ -65,7 +66,7 @@
65
66
autodoc_mock_imports = []
67
68
# Output file base name for HTML help builder.
-htmlhelp_basename = "PyABASA_documentation"
69
+htmlhelp_basename = "PyABASA_Documentation"
70
71
# -- Options for HTML output -------------------------------------------------
72
docs/requirements.txt
@@ -41,5 +41,5 @@ termcolor
41
gitpython
42
transformers
43
torch
44
-sentencepiece
45
pyabsa
0 commit comments