У меня есть следующий код Sphinx в файле .rst в моей директории doc / source:
Installing
----------
1. Get hold of a Fortran 77 compiler for your platform. For Windows try Fort99 (http://www.cse.yorku.ca/~roumani/fortran/ftn.htm) or Cygwin (http://www.cygwin.com/),
for OS X try the g77 compiler from the HPC Mac OSX project (http://hpc.sourceforge.net/) and for Linux you should be able to install g77 or equivalent from your package manager.
2. Install the compiler, move to the directory containing the 6S .f files and run ``make``
3. Check the resulting executable is working correctly by passing it one of the example input files, for example::
Однако, когда я генерирую документацию, нумерованный список появляется без разрывов строк между элементами, как один длинный абзац. Полученный файл HTML можно увидеть на http://dl.dropbox.com/u/315580/introduction.html
Кто-нибудь знает, почему это происходит, или что я могу сделать, чтобы это произошло?