We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420ac9c commit f1863c5Copy full SHA for f1863c5
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