Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
-2 votes
0 answers
34 views

ReadTheDocs requires deploy keys to be read only. I'm getting a message that for two of my projects, the deploy keys are read/write. For each project, the message says to delete the existing read/...
Michael Kline's user avatar
1 vote
0 answers
59 views

I have a python project which uses readthedocs and its apidoc/autodoc to build API documents automatically. The project uses a third-party tool that can only be installed from source like this: pip ...
ihdv's user avatar
  • 2,337
0 votes
0 answers
97 views

We have Pull Requests Builds enabled for the Ceph project in settings. This usually works fine. We also have a Github workflow to enable developers to retrigger a build for a pull request by ...
David Galloway's user avatar
1 vote
0 answers
118 views

I have a primary python project that has a dependency of another python lib which is a maturin wrapped rust crate. My 'readthedocs' script is failing on the lib using maturin with: Caused by: ...
Frank C.'s user avatar
  • 8,185
2 votes
0 answers
82 views

I am trying to speed up the Readthedocs build for a python project with executed docs. The project is a rust library with python bindings built by maturin. Installing rust and building the library ...
Ianhi's user avatar
  • 3,210
1 vote
0 answers
54 views

When documenting Python code using Sphinx (v8.2.3), the parameters of the class' initializer __init__(self, ...) are documented two times: in the class' description in the dunder init method I ...
Paebbels's user avatar
  • 16.5k
0 votes
1 answer
81 views

I am working on a project that uses aiohttp. I'm setting up my documentation using sphinx on ReadTheDocs.org. I have set up the interpshinx extension in conf.py and configured the mapping as following:...
Mohsen HNSJ's user avatar
0 votes
1 answer
82 views

This is my index.rst .. include:: ../README.md :parser: myst_parser.sphinx_ .. toctree:: :maxdepth: 1 README.rst .. toctree:: :maxdepth: 1 :caption: Tutorial: :glob: notebook/*...
mightyandweakcoder's user avatar
0 votes
1 answer
102 views

I am struggling to get my documentation built on readthedocs. Locally, everything works fine, but there seems to be something wrong with my .readthedocs.yaml file: version: 2 build: os: ubuntu-22....
Lisdengard's user avatar
0 votes
1 answer
289 views

I am getting an error on every one of my package files when I try to build my documentation on readthedocs. The error is [autoapi.not_readable]. The most strange part of this is that my documentation ...
user avatar
0 votes
1 answer
174 views

I am using Sphinx with the ReadTheDocs theme (sphinx_rtd_theme), and I need to reduce the font size of a specific table while keeping other tables unchanged. I tried using: .. list-table:: Issues &...
PeetsB's user avatar
  • 73
1 vote
2 answers
62 views

The docs at ReadTheDocs used to be downloadable as PDFs, HTML zips, etc. Those options don't seem to exist anymore. Where can I get - preferably HTML zips - documentation for off-line use? Or, ...
jcoppens's user avatar
  • 5,472
0 votes
1 answer
85 views

.readthedocs.yaml: python: install: - requirements: source/requirements.txt in docs directory source ├── _static ├── _templates ├── conf.py ├── hardware.rst ├── index.rst ...
fengyang's user avatar
0 votes
1 answer
73 views

This is my .readthedocs.yaml script: # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.12" apt_packages: ...
Miro Iliaš's user avatar
-1 votes
1 answer
68 views

This my yaml file, https://gitlab.com/miroi/dirac-fork/-/blob/rtd_documentation/.readthedocs.yaml?ref_type=heads and this is the output from documentation buildup : https://readthedocs.org/projects/...
Miro Iliaš's user avatar

15 30 50 per page
1
2 3 4 5
40