Sachin Suresh
Sachin Suresh
### Is there an existing issue for this? - [X] I have searched the existing issues ### Sphinx or rinoh output ```text rinohtype 0.5.4 (2022-06-17) Copyright (c) Brecht Machiels and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### PDF produced by rinohtype ------------------- Test content here Test content here Test content...
The `linkColor` defined in my custom style sheet YAML does not work for the `ref` element. Here is my `conf.py` file: ``` .. # A comma-separated list of custom stylesheets....
I am trying to generate PDF as part of the build process. When I manually run the `sphinx-build -b pdf . build/pdf` command, I get the PDF. But not when...
How to generate the pdf for language translated `.po` files? The command `sphinx-build -b pdf . build/pdf` works for default English pdf. I have created the POT files using the...
### Describe the bug As per the documentation, gettext_additional_targets should allow you to specify additional targets for translation. But, it is not identifying directives like `if-builder` and `panels`. ### How...
Unable to render the page when used in more than one place and without a directive. I have defined like: ``` redoc = [ { 'name': 'File Upload APIs', 'page':...
I am experiencing issues with LaTeX math rendering in the PDF output generated using sphinx-simplepdf. The HTML output is correct, but the PDF output shows LaTeX notation as raw text,...
I am trying to configure ReadtheDocs to use simplepdf extension as described in your [documentation](https://sphinx-simplepdf.readthedocs.io/en/latest/installation.html). - I am using version 2 of the .readthedocs.yaml file. But using `build.commands` does not...
If a table with a table title appears at the end of the page, the table title ( `Table: Element customization`) will be at the end of the page and...