ansys / pyansys-dev-guide

PyAnsys Project Developer's Guide

Home Page:http://dev.docs.pyansys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add recommended configuration of Sphinx build options

PipKat opened this issue Β· comments

πŸ“ Description of the feature

@dnwillia-work thought it would be good to have the recommended configuration for Sphinx build options in the PyAnsys Developer's Guide. He said that Fluent's build options are here: pyfluent/Makefile at main Β· pyansys/pyfluent (github.com)
He then said that they use -W and that most repos should probably be using that.

πŸ’‘ Steps for implementing the feature

No response

πŸ”— Useful links and references

Fluent's Sphinx build options are here: pyfluent/Makefile at main Β· pyansys/pyfluent (github.com)

Thanks Kathy. Yes, in particular I think -W --keep-going is useful. This way you get all the warnings in the build log so you can inspect the log, fix everything and updated the PR.