You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
It's been a while ! :)
How have you been since then ?
I have a problem to generate PDF using ReadTheDocs CI. (It's a problem I have since multiple month).
EDIT: I finally obtained the status "Build Completed" but impossible to generate a PDF IDK why...
I also finally managed to get myself a 3-month subscription to ReadTheDocs CI and have access to the documentation generation
tell me if you want have an access to it to do some test, and maybe improve your documentation.
Here's my .readthedocs.yaml file :
---
# .readthedocs.yaml# Read the Docs configuration file# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details# Requiredversion: 2# Set the version of Python and other tools you might needbuild:
os: ubuntu-22.04tools:
python: "3.10"apt_packages:
- libflite1
- gconf-service
- libasound2
- libatk1.0-0
- libcairo2
- libcups2
- libfontconfig1
- libgdk-pixbuf2.0-0
- libgtk-3-0
- libnspr4
- libpango-1.0-0
- libxss1
- fonts-liberation
- libappindicator1
- libnss3
- lsb-release
- xdg-utilsjobs:
pre_build:
- export MKDOCS_EXPORTER_PDF_ENABLED=true#- echo "deb http://ftp.us.debian.org/debian bookworm main non-free" >> /etc/apt/sources.list.d/fonts.list
- PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT=100000 python -m playwright install chromiummkdocs:
configuration: mkdocs.yml# Optionally declare the Python requirements required to build your docspython:
install:
- requirements: requirements.txt
Hello !
It's been a while ! :)
How have you been since then ?
I have a problem to generate PDF using ReadTheDocs CI. (It's a problem I have since multiple month).
EDIT: I finally obtained the status "Build Completed" but impossible to generate a PDF IDK why...
I also finally managed to get myself a 3-month subscription to ReadTheDocs CI and have access to the documentation generation
tell me if you want have an access to it to do some test, and maybe improve your documentation.
Here's my
.readthedocs.yaml
file :here's my
mkdocs.yml
file:and my
requirements.txt
:The text was updated successfully, but these errors were encountered: