sphinx-themes / sphinx-themes.org

A showcase for Sphinx documentation themes
https://sphinx-themes.org
BSD 2-Clause "Simplified" License
236 stars 44 forks source link

`sphinx.ext.autodoc` link is broken #101

Closed choldgraf closed 4 months ago

choldgraf commented 2 years ago

Example here: https://sphinx-themes.org/sample-sites/default-alabaster/kitchen-sink/api/#api-documentation

I think this is because the docs use :any:`sphinx.ext.autodoc` but it is not a valid ref.

pradyunsg commented 2 years ago

A PR would be welcome for this. :)

choldgraf commented 2 years ago

I just wasn't sure what the intended behavior was, autodoc is quite mysterious to me so I didn't know if there was some feature you were trying to use that I didn't understand

pradyunsg commented 1 year ago

I think we need intersphinx to include Sphinx itself, to add a cross link to that.

mgeier commented 4 months ago

This should be fixed by #147.