2011/1/13 Curiouslearn <curiousle...@gmail.com>

> Hello All,
>
> Sphinx seems great. I am trying it out and I think I will start using
> it for most of my writing. I have two basic questions:
>
> (1) How to get rid of the text "v0.1" or something like that which
> refers to the version. I am writing some notes and it is not a
> documentation about any software. I commented out "version = 0.1" in
> the conf.py file and then I just got a "v".
>
>
In your conf.py you should specify html_title.
Search this paragraph:

# The name for this set of Sphinx documents.  If None, it defaults to
# "<project> v<release> documentation".
#html_title = None

-- 
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