We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b48327 + 7546d43 commit 2100cc9Copy full SHA for 2100cc9
2 files changed
.github/workflows/sphinx.yml
@@ -17,6 +17,9 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v3
19
20
+ - name: Build docs requirements
21
+ run: pip install -r docs/requirements.txt
22
+
23
- name: Build library requirements
24
run: pip install -r src/requirements.txt
25
docs/conf.py
@@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------
project = "python3-captchaai"
-copyright = f"2022, AndreiDrang, Release - {__version__}"
+copyright = f"2023, AndreiDrang, Release - {__version__}"
author = "AndreiDrang"
# -- General configuration ---------------------------------------------------
0 commit comments