ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

Document build fails #10

Closed tyronerees closed 5 years ago

tyronerees commented 5 years ago

The automated building of the documentation is currently failing:

Running Sphinx v1.7.9
loading translations [en]... done

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/ralfit-fortran/envs/latest/local/lib/python2.7/site-packages/sphinx/cmdline.py", line 303, in main
    args.warningiserror, args.tags, args.verbosity, args.jobs)
  File "/home/docs/checkouts/readthedocs.org/user_builds/ralfit-fortran/envs/latest/local/lib/python2.7/site-packages/sphinx/application.py", line 191, in __init__
    self.setup_extension(extension)
  File "/home/docs/checkouts/readthedocs.org/user_builds/ralfit-fortran/envs/latest/local/lib/python2.7/site-packages/sphinx/application.py", line 411, in setup_extension
    self.registry.load_extension(self, extname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/ralfit-fortran/envs/latest/local/lib/python2.7/site-packages/sphinx/registry.py", line 318, in load_extension
    raise ExtensionError(__('Could not import extension %s') % extname, err)
ExtensionError: Could not import extension sphinxfortran.fortran_domain (exception: cannot import name Directive)

Extension error:
Could not import extension sphinxfortran.fortran_domain (exception: cannot import name Directive)

Sphinx v1.5.3 seemed to work, so it may be an issue with the Sphinx version?