10000 Enable Read-The-Docs and fix any issues with existing translations by lysnikolaou · Pull Request #536 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Enable Read-The-Docs and fix any issues with existing translations #536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Manually list CPython doc requirements
  • Loading branch information
lysnikolaou committed Jun 21, 2024
commit cadc47d619ee8286aed3753d4aa24512dc699abd
13 changes: 10 additions & 3 deletions
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
poutils
pre-commit
poutils==0.15.4
pre-commit==3.7.1

-r cpython/Doc/requirements.txt
# Rest of dependencies from cpython/Doc/requirements.txt
# Manually listed here so that we install sphinx version 5
# and any version conflicts are avoided.
Sphinx==7.3.7
blurb==1.1.0
sphinxext-opengraph==0.9.1
python-docs-theme==2024.4
-c cpython/Doc/constraints.txt
0