Activity log for bug #1664976

Date Who What changed Old value New value Message
2017-02-15 13:56:46 Andreas Scheuring bug added bug
2017-02-15 13:56:57 Andreas Scheuring summary Bullets and numbering do not get rendered on RTD Bullets of toctree do not get rendered on RTD
2017-02-15 14:00:34 Andreas Scheuring description In our project [1], the oslosphinx theme is used by just importing it as extension. But once Read the docs builds it using sphinx, all bullets of the toctree are not getting rendered. This results in a flat list of headings shown in our table of contents. The root cause of this is, that RTD extends the existing conf.py file. One thing they do is updating the html_context dictionary with the value {'html_theme': 'sphinx_rtd_theme'}. But this setting is not getting overriden by the oslosphinx extension. Overriding it helped to solve the problem. As a circumvention I currently set the html_context in the conf.py manually to Openstack. This can be removed again once this is fixed. [1] https://github.com/openstack/networking-dpm In our project [1], the oslosphinx theme is used by just importing it as extension. But once Read the docs builds it using sphinx, all bullets of the toctree are not getting rendered. This results in a flat list of headings shown in our table of contents. The root cause of this is, that RTD extends the existing conf.py file. One thing they do is updating the html_context dictionary with the value {'html_theme': 'sphinx_rtd_theme'}. But this setting is not getting overwritten by the oslosphinx extension. Overriding it helped to solve the problem. As a circumvention I currently set the html_theme and html_theme_path in the conf.py manually to 'openstack' and the corresponding path. (To be more precise, you could set it to everything != 'default' - as only then RTD sets the html_theme to rtd...) [1] https://github.com/openstack/networking-dpm
2017-02-15 14:11:53 OpenStack Infra oslosphinx: status New In Progress
2017-02-15 14:11:53 OpenStack Infra oslosphinx: assignee Andreas Scheuring (andreas-scheuring)
2017-05-17 00:45:53 ChangBo Guo(gcb) oslosphinx: status In Progress New
2018-01-24 19:57:02 Doug Hellmann oslosphinx: status New Won't Fix