We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
This action used to work but recently (after an Ubuntu update?) I got the following error (more at https://github.com/tbarbette/npf-docs/actions/runs/8567891792/job/23480593613)
AttributeError: module 'docutils.nodes' has no attribute 'meta' make: *** [Makefile:20: html] Error 1 [sphinx-action] Starting sphinx-action build. Running:
The text was updated successfully, but these errors were encountered:
@tbarbette Any solution? I have the same err when I'm building my docs in readthedocs.
This is my requirements.txt
requirements.txt
sphinx-book-theme==1.1.2 sphinx-copybutton==0.5.2 sphinxext-opengraph==0.9.1 sphinx-togglebutton==0.3.2 m2r==0.3.1
And .readthedocs.yaml
.readthedocs.yaml
build: os: ubuntu-22.04 tools: python: "3.11"
Build log: https://beta.readthedocs.org/projects/pywa/builds/24111823/
Sorry, something went wrong.
Yes, simply use "tbarbette/sphinx-action@master" instead of ammaraskar's one. The only difference is this :
24d6564
Adding a release tag also works, in your case @7.1.2. Like mentioned here #56, all releases can be found here.
- name: Build HTML uses: ammaraskar/[email protected]
No branches or pull requests
Hi all,
This action used to work but recently (after an Ubuntu update?) I got the following error (more at
https://github.com/tbarbette/npf-docs/actions/runs/8567891792/job/23480593613)
The text was updated successfully, but these errors were encountered: