I'd like to flip my inheritance diagrams so they flow vertically instead of horizontally. I tried setting the inheritance_graph_attrs in my conf.py but it does not appear to effect anything. Am I doing something wrong, I've tried the following different settings (independently):
inheritance_graph_attrs = dict(rankdir="LR") inheritance_graph_attrs = dict(rankdir="TB") inheritance_graph_attrs = dict(rotate=1) Thanks for any pointers! Chris -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley 510-643-4053 http://cirl.berkeley.edu/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
