Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
63 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 ...
0 votes
0 answers
103 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 ...
1 vote
0 answers
130 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: ...
2 votes
0 answers
86 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 ...
0 votes
1 answer
82 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:...
0 votes
1 answer
83 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/*...
0 votes
1 answer
103 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....
0 votes
1 answer
308 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
185 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 &...
1 vote
2 answers
63 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, ...
0 votes
1 answer
86 views

.readthedocs.yaml: python: install: - requirements: source/requirements.txt in docs directory source ├── _static ├── _templates ├── conf.py ├── hardware.rst ├── index.rst ...
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: ...
-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/...
0 votes
1 answer
67 views

I know there is a way to write redirect rules in project settings, but I'm not sure if what I need is possible in any way. I just want to have a redirect that only redirects missing/unknown versions ...

15 30 50 per page
1
2 3 4 5
...
39

AltStyle によって変換されたページ (->オリジナル) /