Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 20, 2023
1 parent a64798e commit 3983a79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ build:
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
- bash docs/build_docs.sh
- pip list # List installed packages
- python -c "import sys; print(sys.path)" # Print Python path
- python -c "import pytest_celery" # Try importing pytest_celery
- find /home -name "pytest_celery*" # Look for pytest_celery module files
- printenv # Print all environment variables

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export PYTHONPATH=..:$PYTHONPATH
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html

0 comments on commit 3983a79

Please sign in to comment.