Hi everyone,

I've been looking at documentation toolchains and so far Sphinx seems to be 
an excellent choice. I am not interested in the python side, I'm working on 
creating engineering notes/texts in Latex. So my first step was just 
finding out what I can get rid of and simplify down.

I tried changing the documentclass from howto/manual to article, report, 
etc. and it was always looking for sphinx+documentclass. Found that 
hard-coded in line 173 of sphinx/writers/latex.py.

'wrapperclass': 'sphinx' + document.settings.docclass,

Dropping that now accepts the different default Latex document classes 
which seems like a good start. Also didn't need to include the sphinx 
package which I saw from year + older threads seemed to be necessary. I'm 
interested in expanding this separation but would like to keep things 
working normal and would appreciate some feedback.

Thanks

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


Reply via email to