Manuel Kaufmann
Manuel Kaufmann
I'd not write specific documentation for this, but just link people to the official docs: * https://www.sphinx-doc.org/en/master/usage/theming.html * https://www.sphinx-doc.org/en/master/development/html_themes/index.html
> When clicked on this website link, [rc-docs.northeastern.edu/en/latest](https://rc-docs.northeastern.edu/en/latest/), the website should open normally. It does for most of the users. It works fine for me. I'm not able to reproduce...
We will need a way to reproduce the issue to be able to debug it and fix it. If you figure it out how to reproduce it, please share it...
This approach could work. However, CircleCI images contain more than 1 Python version. This job https://app.circleci.com/pipelines/github/readthedocs/sphinx-notfound-page/317/workflows/74d3a857-361d-4e05-880c-62325eac77ac/jobs/1685 executes Python 3.9 and 3.10 😞 ``` py39-sphinx5: OK (16.12=setup[10.67]+cmd[5.45] seconds) py39-sphinx6: OK (15.69=setup[9.87]+cmd[5.83]...
It seems that you are encapsulating the Sphinx commands under `./setup` and `make` commands, which makes debugging really hard since there is no Sphinx output that we can take a...
That's weird. I took a quick look at the log from Read the Docs you shared and I'm not seeing anything obvious. Inspecting the HTML, it's clear that there CSS...
I think I found the issue, you can't "activate a venv" like this `. venv/bin/activate` on Read the Docs.
You cannot activate a Python environment using the "source" method. You have to run the commands from the environment itself, like `./venv/bin/pip` or `./venv/bin/python` or similar commands.
I'm gonna close this PR because this is not gonna happen soon. It requires a lot of work still and it's a backward compatibility change. People with more PDFs can...
I think this PR is going in the direction we want and it's almost ready to replace the addons API endpoint. The only thing I'm not being able to do...