Skip to content

sphinx.ext.autodoc' has no attribute 'startswith #12269

Answered by jayaddison
radi8 asked this question in Q&A
Discussion options

You must be logged in to vote

extensions = [sphinx.ext.autodoc]

Hi @radi8 - thanks for the bugreport. Is this line something that appears in your conf.py file? And if so, could you try updating it to make sure that the extension name is a string value: extensions = ['sphinx.ext.autodoc'] (note the quotes around the extension module name)?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@AA-Turner
Comment options

@radi8
Comment options

Answer selected by AA-Turner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #12268 on April 12, 2024 00:05.