Hi everyone,
First, thanks again for this very nice piece of software. Sphinx really
helps to write documentation and motivate people to write it :-) And of
course happy new year 2020!
I need to swap a source language (French) with translation (English), so
that official doc is in English an
I've overridden the custom class with my own class and am having issues
with variables,
is it possible to pull in a custom variable defined config.py?
config.py
my_custom_variable='foobar'
my_custom_class.cls (trimmed down)
\newcommand{\sphinxmaketitle}{%
{\Huge \@my_custom_varaible} \par} %
Hi,
Thank you for reporting. It's difficult situation to Sphinx. It seems
no way to avoid such output.
I'd like to try to this problem. Could you file an issue please?
Thanks,
Takeshi KOMIYA
2019年12月11日(水) 18:17 'Vinay Sajip' via sphinx-users
:
>
> If I have additional paragraphs in my parameter
My pleasure! There is multiple ways. If you don't already have own CSS,
create one.
1. In your conf.py add line
html_css_files = ['custom.css']
2. Create "custom.css" inside static dir (usually "_static" but setting
html_static_path can change static dir name) with the content:
th.head p
Thanks for this plausible answer!
I am not very familiar with CSS. Do you have a sample code snippet on how
to remove the margin in the table header tag?
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop
Thanks for this plausible answer!
I am not very familiar with CSS. Do you have a sample code snippet on how
to remove the margin in the table header tag?
Am Montag, 6. Januar 2020 13:14:18 UTC+1 schrieb Libor Jelinek:
>
> Hello Dirk!
> I've also noticed that my tables header rows got taller. Bu
Hello,
i have this weird issue, an additional newline is added in every header
cell of a table:
The Code:
.. list-table::
:header-rows: 1
:align: left
* - Inport
- OutDataTypeStr
- OutMin
- OutMax
- PortDimensions
- SampleTime
- SignalType
- Descrip