Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
23 views

Apologies if this is clear to everyone else but me. Are any cookies placed onto a user's machine by a RTD-hosted site? I read this blog post from 2016 which says: We do record the number of ...
stichbury's user avatar
1 vote
0 answers
69 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
1 vote
0 answers
161 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
169 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,205
2 votes
0 answers
100 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
62 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
91 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
91 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
114 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
374 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
225 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
68 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,470
0 votes
1 answer
94 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
75 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
75 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
0 votes
1 answer
81 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 ...
Mattia Verga's user avatar
1 vote
1 answer
346 views

The ReadTheDocs theme for Sphinx is a particularly nice and easy to read theme. It works very well on decent width displays. Here's an example: It also mostly also works very well on very narrow ...
Arthur Tacca's user avatar
  • 10.2k
2 votes
1 answer
111 views

We use read-the-docs and sphinx to build documentation for a package hosted on GitHub. The documentation includes .ipynb files (Python notebooks) which are rendered as HTML on the readthedocs web page....
Sam Lapp's user avatar
  • 133
0 votes
1 answer
712 views

I'm documenting my Python package using Sphinx. But I've come across several warnings I have no idea, what to do about. All of them are occurring in my module-level docstrings, not inside of classes ...
Eenoku's user avatar
  • 3,007
0 votes
1 answer
417 views

I am using Sphinx to build my documentation and I parse markdown files with MyST. I used implicit text to link to different references, for example [](#my-heading) or [](#MyPyClass). This works fine ...
Daraan's user avatar
  • 5,320
-2 votes
1 answer
157 views

I have a single index.rst file that has the contents of my README.rst included using the .. include:: directive. When rendering this using make latexpdf or using the .. contents:: directive in html, ...
null-and-void's user avatar
0 votes
1 answer
123 views

I'm trying to use readthedocs with a github repo that stores a Python project. When I try to connect it to my github profile, I am asked to authorise the following: This application will be able to ...
mtanti's user avatar
  • 844
2 votes
0 answers
126 views

When building (readthe)docs with a sphinx-theme, most of the used extensions bring their own css and js files which are being loaded separately (e.g. copybutton.css/js, tabs.css/js, togglebutton.css/...
msbt's user avatar
  • 21
0 votes
1 answer
123 views

I am trying to get documentation on the readthedocs for my package epspy (https://github.com/shikharmittal04/epspy.git). I can see all the sections on the documentation except for the API reference ...
DrMittal's user avatar
1 vote
0 answers
104 views

I have classes defined with the @dataclass decorator. This means that they look like this: @dataclass class myclass: """Some class :param first_param: some description :...
Gabriel's user avatar
  • 43k
3 votes
0 answers
169 views

I wonder if anyone could please help me with this issue: I have a small library whose documentation is a mixture of .rst and jupyter notebook files. In the past, I just used nbsphinx to compile the ...
Delosari's user avatar
  • 693
0 votes
0 answers
60 views

I'm trying to build and publish documentation on ReadTheDocs from a github repo. The build yields an error: Running Sphinx v7.3.7 making output directory... done WARNING: html_static_path entry '...
tsorn's user avatar
  • 3,675
2 votes
1 answer
295 views

While not building documentation that used to work just fine before recently a rebuild produced Error Your documentation did not generate an index.html at its root directory. This is required for ...
pevogam's user avatar
  • 628
0 votes
1 answer
229 views

Is there a known method to modify the default PDF download settings for Read The Docs? Specifically I'm interested in: Custom styling Ability to download a single article/page/file (while retaining ...
Michael Wynne's user avatar
0 votes
1 answer
95 views

I have a ReadTheDocs project set up with an integration/webhook so that it builds when the develop branch of my Github repo is updated. The problem is that this triggers a build any time I push to the ...
Gabriel's user avatar
  • 43k
1 vote
0 answers
44 views

I use pbr in my package. I also use readthedocs to host and generate the docs of the package. pbr doesn't seem to have a way to skip the version checking when you add changes for the sake of ...
Corel's user avatar
  • 643
0 votes
1 answer
127 views

I've had a Build The Docs auto build which is triggered by a webhook from Git hub. It's worked before, but suddenly today is not working any more, and I'm not getting any obvious error messages (build ...
KevinD's user avatar
  • 140
0 votes
0 answers
233 views

readthedocs started to throw an error Sphinx version error during build, although there were no changes to the readthedocs configuration and dependencies are all pinned. Here's the repository and a ...
malbert's user avatar
  • 358
0 votes
1 answer
694 views

I have a README.md file which contains general overview of the package, and would like to add that file as main homepage to my documentation using spinx, can you please tell me how can I add it to my ...
bhomaidan90's user avatar
1 vote
2 answers
449 views

I am trying to use PlantUML in my Sphinx project hosted on ReadTheDocs. I want to know how to specify the version of PlantUML to install because it's currently installing an older version, which doesn'...
CampbellB's user avatar
1 vote
1 answer
364 views

Presently, i am using https://pypi.org/project/mkdocs-with-pdf/ - with-pdf: cover_subtitle: PDF created with mkdocs-with-pdf # TODO: find a way to use $READTHEDOCS_OUTPUT and $...
user20234282's user avatar
0 votes
1 answer
264 views

I'm setting up Read the Docs for multiple projects with private GitHub repositories and facing issues with intersphinx configuration. My goal is to enable intersphinx references across these projects, ...
CodeWanderer42's user avatar
0 votes
1 answer
839 views

I have a github repo with documentation served on readthedocs (say, at https://myreponame.readthedocs.io/en/latest/). Webhooks are set up at github so with PRs or pushes, the hook is triggered. This ...
eric's user avatar
  • 8,311
0 votes
1 answer
1k views

I've created a documentation for python library that I released last December. https://monalysa.readthedocs.io/en/latest/ GitHub Repository: https://github.com/siva82kb/monalysa/tree/main I've made ...
siva82kb's user avatar
  • 1,942
0 votes
1 answer
156 views

Here is my .readthedocs.yml file which includes commands to build PDF from simple-pdf extension. Although the build succeeds executing all the commands, I cant see the PDF in flyer menu. # ....
Sachin Suresh's user avatar
0 votes
0 answers
66 views

new to readthedocs. Digging into trying to see if it's good solution for our organization. We are a B2B SaaS and hardware offering. I'd like to do 2 things I'm not sure are available: I want to embed ...
Derek canada's user avatar
0 votes
1 answer
115 views

I'm trying to set up readthedocs.org integration for a project that is on GitHub. The builds on RTD keep failing with this error: "Failed to checkout revision: master" This is confusing ...
sajith's user avatar
  • 71
0 votes
0 answers
42 views

How can I view an extended inheritance diagram with more than two layers in the XGBoost documentation, specifically on the TreeUpdater page? Currently, the diagram displayed shows only two layers of ...
Linjun's user avatar
  • 46
0 votes
1 answer
182 views

I am currently developing a toolbox as a Python package. I have written the documentation using sphinx, and I am in the process of uploading the documentation to ReadTheDocs. My package has a bunch of ...
RomainP's user avatar
  • 296
1 vote
1 answer
482 views

I have configured automated documentation building on https://readthedocs.org/ portal. I am using sphinx.ext.autodoc extension which builds graphs using graphviz. I am not sure how to configure ....
Maciek's user avatar
  • 730
0 votes
1 answer
445 views

I have a python library that relies on a C library back-end that I'm trying to get into ReadTheDocs. There are Debian packages for the C library available in another git project. I wrote the ...
Scott's user avatar
  • 11
2 votes
1 answer
354 views

I am trying to publish a Python package's documentation on readthedocs.org. It was being published in previous releases. However, I am getting "The configuration file required to build ...
Ceren's user avatar
  • 107
1 vote
1 answer
436 views

There's lots and lots of advice on how to use a custom theme. I have the opposite problem: Up until recently, all my hosted doc sites used the gorgeous read-the-docs theme by default because that's ...
Beth's user avatar
  • 4,718
1 vote
1 answer
279 views

We have Sphinx READ THE DOCS for our TorahBibleCodes GitHub project presented at the following link: https://torahbiblecodes-sphinx.readthedocs.io/en/latest/usage.html The source code for display of ...
TorahBibleCodes's user avatar
0 votes
1 answer
810 views

I am using sphinx==6.2.1 and sphinx_rtd_theme==1.3.0. I ran sphinx-apidoc, and it generated a modules.rst that looks like this: package ====== .. toctree:: :maxdepth: 4 package When I go to ...
Intrastellar Explorer's user avatar

1
2 3 4 5
12