Hi there,
I have a problem with html_title in conf.py.
When I do not set html_title in conf.py, the title of the HTML pages
is as I expect it to be. However, when I declare
html_title = 'project Dokumentation :: SVN rev. version'
the title of all my HTML documents becones
project
Hey there,
I have a question regarding the .. contents:: directive.
My document roughly looks as follows:
**
My Heading
**
.. contents:: Übersicht
First section
=
First subsection
Second section
==
The problem is that in the
Hey there,
for a project I'm building the documentation automatically upon a
commit using a post-commit hook (SVN). For this scenario it would be
really nice to have the option of adding --interaction=nonstopmode to
the latex commands. However, the Makefile seems to be re-written every
time I
Is there any place where I can find out how to customize translations?
What I did:
* Create project-dir/locale/de/LC_MESSAGES
* Create a file sphinx.po in that directory
* Added locale_dirs = ['../locale'] to conf.py
* put the following content in sphinx.po::
#:
Is there a way to prevent TOCTREEs from being displayed in HTML
output? I'm using Sphinx 1.0 with the agogo theme, and would like to
have the toctree in the sidebar only, not also somewhere in my
documents' bodies.
Thanks for you insight,
Andreas.
--
You received this message because you are
Hi there,
I'm trying to build my website using Sphinx. So far, I linked from one
page to another using :ref:. However, if the page I link to is larger
than the screen, it is not shown from the top, but rather from the
first headline (I placed the :ref: right in before the page's title).
Is there
Hi there,
I set ``language = 'de'`` and ``html_last_updated_fmt = '%d. %B %Y'``
in ``conf.py`` (Sphinx 1.0). Now I would expect that today's date is
displayed as 15. März 2010, but instead it is dispayed as 15. March
2010. Why is that? My system's locale is set to de_de.UTF-8, if
that has
Hi,
thanks for pointing me towards that. From a first glance, bibstuff
looks pretty promising. I'll look around docutils-dev to get going ...
Cheers,
Andreas.
On May 31, 8:09 am, Guenter Milde mi...@users.berlios.de wrote:
On 2010-05-30, andreash wrote:
Hi there,
I am using Zotero (http
Hi there,
I was wondering if there is an easy way to integrate pylit with
sphinx?
I would like to put my Python scripts somewhere inside my sphinx tree,
and it would be great if sphinx (or rather, the makefile) would
automatically call pylit for each .py file inside the tree which is
referenced
I solved this putting a
find . -type f -name '*.py' -exec pylit.py {} \;
in the makefile, at the beginning of each target definition.
On Jun 1, 6:57 pm, andreash hilb...@gmail.com wrote:
Hi there,
I was wondering if there is an easy way to integrate pylit with
sphinx?
I would like to put
Hi there,
I'm using Sphinx 1.0.1 to build some websites. While adapting the
basic template to my needs, I stumbled upon the need to modify the
toctree() template function to accomodate several things.
Most importantly, I'd like to have toctree() an option to start at the
level of the current
]
On Behalf Of andreash
Sent: 09 August 2010 09:57
To: sphinx-dev
Subject: [sphinx-dev] modifications to the toctree() template function
Hi there,
I'm using Sphinx 1.0.1 to build some websites. While adapting the
basic template to my needs, I stumbled upon the need to modify the
toctree
C:\Python26\Lib\site-packages\Sphinx-1.0b2-py2.6.egg\sphinx\themes\basic\globaltoc.html
Can you use the function localtoc instead?
-Original Message-
From: sphinx-dev@googlegroups.com [mailto:sphinx-...@googlegroups.com] On
Behalf Of andreash
Sent: 11 August 2010 11:45
To: sphinx
Hi Sphinx experts,
how can I make a substitution depending on the output-format?
Basically, I would like to have something like this::
if html:
|CLICK| unicode:: U+21E8
elif latex:
|CLICK| raw:: latex
$\LongRightArrow$
but I cannot seem to get the syntax
Thanks, Günter, I actually use
latex_preamble = \\DeclareUnicodeCharacter{21E8}{\\ensuremath{\
\Rightarrow}}
in my conf.py now.
Cheers,
Andreas.
On 10 Jan., 11:44, Guenter Milde mi...@users.sf.net wrote:
On 2012-01-09, andreash wrote:
Hi Sphinx experts,
how can I make a substitution
15 matches
Mail list logo