Helllo !

I wrote a documentation into Restructured text / Sphinx projects in
the last days.

You can have a look here : https://github.com/alchemy-fr/Phraseanet-Docs

I would like to divide my documentation in 3 parts (admin / user /
developper) and customise the HTML layout depending in which part am
reading.

Something like

<!-- include /css/main.css -->
{% if subpart == 'user' %}
  <!-- include /css/user.css -->
{% elseif subpart == 'admin' %}
  <!-- include /css/admin.css -->
{% elseif subpart == 'devel' %}
  <!-- include /css/devel.css -->
{% endif %}

I would like to know what are the best pratices to do it.

I did not found any mark up I could refer in Jinja.

If you have any idea, I'll be happy :)
Thank you

Romain

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