sglvladi / Sphinx-RTD-Tutorial

A tutorial on how to use Sphinx
37 stars 107 forks source link

Fix sphinx-config.rst: a few words about enabling the `autodoc` extension #13

Open wolneykien opened 2 years ago

wolneykien commented 2 years ago

Just enabling sys.path.insert(0, os.path.abspath('../../simpleble/')) isn't enough for the autodoc extension to work: the extension itself has to be enabled first.