Closed ltalirz closed 4 years ago
For some reason, the docs of aiida-qe are fixed-width https://aiida-quantumespresso.readthedocs.io/en/latest/ (see https://github.com/aiidateam/aiida-quantumespresso/blob/develop/docs/source/conf.py)
while the one on e.g. aiida-diff is full-width https://aiida-diff.readthedocs.io/en/latest/ (see https://github.com/aiidateam/aiida-diff/blob/master/docs/source/conf.py)
Looking at the conf.py files, it's not obvious to me where this comes from.
conf.py
Anyhow, if we want it, it's quite straightforward to achieve this.
Thanks, I solved it in the alpha-2 PR
For some reason, the docs of aiida-qe are fixed-width https://aiida-quantumespresso.readthedocs.io/en/latest/ (see https://github.com/aiidateam/aiida-quantumespresso/blob/develop/docs/source/conf.py)
while the one on e.g. aiida-diff is full-width https://aiida-diff.readthedocs.io/en/latest/ (see https://github.com/aiidateam/aiida-diff/blob/master/docs/source/conf.py)
Looking at the
conf.py
files, it's not obvious to me where this comes from.Anyhow, if we want it, it's quite straightforward to achieve this.