ndarmage

Results 6 comments of ndarmage

I am using the extension successfully with sphinx v.3.5.3 (OS Win10 and CentOS7). extensions = [ 'sphinx.ext.autodoc', ... 'sphinxcontrib.bibtex', 'sphinx.ext.mathjax', 'sphinxfortran.fortran_domain', 'sphinxfortran.fortran_autodoc' ] # from my conf.py installed from https://pypi.org/project/sphinx-fortran/

To whom it may concern, I could finally build the doc successfully on ReadTheDocs.org by removing the extension modules from ext_modules from setup.py and mocking numpy as indicated on the...

Other modification to get the expected behavior on win OS, use the following in function: ```python def filter_by_srcfile(self, sfile, mode=None, objtype=None, **kwargs): ... for b in self.crack: if objtype and...

This issue refers specifically with `.. f:autosrcfile:: pathname` at : (http://)sphinx-fortran.readthedocs.io/en/latest/user.autodoc.html

Dear Dev team, version 1.1.1 from https://pypi.org/project/sphinx-fortran/ does not fix this issue yet. According to the documentation of ``.. f:autosrcfile:: pathname`` at https://sphinx-fortran.readthedocs.io/en/latest/user.autodoc.html elements after :objtype: should only be separated...

Hope main developers are still maintaing the code (considering the posting dates). In order to process the description of src code without blocking errors, I specified it as a block...