A way to produce Sphinx docs from files with no suffix?
14 views
Skip to first unread message
Andrew Halper
unread,
Feb 23, 2022, 2:15:02 PM2/23/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-users
Hello,
Is there a way to set up conf.py to produce documentation from suffix-less files? In my case, I have a source tree with several files named Dockerfile, and I'd like my extension to be able to parse these.
Thanks very much,
Andrew Halper
Andrew Halper
unread,
Feb 24, 2022, 5:30:58 PM2/24/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-users
Please disregard. I figure out all I needed to do is add 'Dockerfile' to source_suffix in conf.py.