Update conf.py
This commit is contained in:
parent
ae13b73e55
commit
2daed1c6a8
|
@ -8,7 +8,7 @@ from pallets_sphinx_themes import ProjectLink
|
|||
os.chdir("../")
|
||||
sys.path.insert(0, os.path.abspath("src/"))
|
||||
|
||||
for x in os.walk("src/python3_captchaai/"):
|
||||
for x in os.walk("src/python3_anticaptcha/"):
|
||||
sys.path.insert(0, x[0])
|
||||
|
||||
from python3_anticaptcha import core, turnstile
|
||||
|
@ -17,7 +17,7 @@ from python3_anticaptcha.__version__ import __version__
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "python3-anticaptcha"
|
||||
copyright = "2022, AndreiDrang"
|
||||
copyright = "2023, AndreiDrang"
|
||||
author = "AndreiDrang"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue