Skip to content

Commit 2100cc9

Browse files
author
Andrei
authored
Merge pull request #27 from AndreiDrang/main
Upd docs
2 parents 1b48327 + 7546d43 commit 2100cc9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sphinx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v3
1919

20+
- name: Build docs requirements
21+
run: pip install -r docs/requirements.txt
22+
2023
- name: Build library requirements
2124
run: pip install -r src/requirements.txt
2225

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "python3-captchaai"
22-
copyright = f"2022, AndreiDrang, Release - {__version__}"
22+
copyright = f"2023, AndreiDrang, Release - {__version__}"
2323
author = "AndreiDrang"
2424

2525
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)