Robert Winkler
Robert Winkler
Here is the list of used packages: ``` alabaster (0.7.12) Babel (2.8.0) breathe (4.19.2) certifi (2020.6.20) chardet (3.0.4) docutils (0.16) idna (2.10) imagesize (1.2.0) Jinja2 (2.11.2) MarkupSafe (1.1.1) packaging (20.4)...
> Which version of Breathe and Sphinx do you use? When I try your project in the newest versions, I only get "This is a detailed description.". > From a...
I think this might also be a useful feature for displaying the `@file` description without all the elements defined in the file. Currently, this is impossible using the `doxygenfile` directive.
@vermeeren @alephzero Thank you very much! I need to check the `sections` option! Maybe it will be good to regenerate the official documentation because the information about the mentioned option...
@vermeeren, First of all, you need maintainer rights to be able to set more advanced things related to documentation. Currently, there is only one RTD maintainer - [michaeljones](https://readthedocs.org/profiles/michaeljones/): https://readthedocs.org/projects/breathe/ However,...
@litghost, can you provide any information on what should be added to integrate the QuickLogic support with SymbiFlow? Probably, your help is also required to set up proper CI. Do...
> This PR should probably be broken up, it is very large, and hard to review. Ok, I will split the PR then into smaller chunks. > I think the...
> Generally we don't use `docs/source` and just put the stuff under `docs`? Fixed Additionally, due to conflicts in conda dependencies, I created a separate conda environment for the documentation.
This RTD failure is suspicious: ``` Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/symbiflow-arch-defs/conda/1566/lib/python3.8/site-packages/sphinx/cmd/build.py", line 276, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, File "/home/docs/checkouts/readthedocs.org/user_builds/symbiflow-arch-defs/conda/1566/lib/python3.8/site-packages/sphinx/application.py", line 244, in __init__ self.setup_extension(extension) File...
> @rw1nkler - What is the correct approach for this repo which is mostly C code? Something like the Verilog to Routing set up? A Sphinx setup for C/C++ code...