Well, as ``conf.py`` is just a Python script you should be able to
do ::

    html_title = '%s Dokumentation :: SVN rev. %s' % (project,
version)

Regards
Simon Kennedy

On Feb 25, 12:39 am, andreash <hilb...@gmail.com> wrote:
> 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> Dokumentation :: SVN rev. <version>
>
> I also already tried replacing the <> with ||, but that doesn't help
> either.
>
> What am I doing wrong here?
>
> Thanks a lot!
>
> Andreas
>
> PS:
> version = '62'
> release = '62'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to