Generate command line options for sphinx docs (#6555)
authorGereon Kremer <nafur42@gmail.com>
Wed, 19 May 2021 05:55:53 +0000 (07:55 +0200)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 05:55:53 +0000 (05:55 +0000)
commit6dc5b7469cee015a3bcf25a1543123da6c8317fe
tree780a12ceb8a7c6ba063277e0297ae080e51cf306
parent4e6e168a5eb578df2bfd12becf7732cbdd23bc3a
Generate command line options for sphinx docs (#6555)

This PR adds documentation about the command line options to the sphinx documentation. It is mostly a reformatted version of what --help would print.
25 files changed:
docs/CMakeLists.txt
docs/_static/custom.css
docs/conf.py.in
docs/ext/include_build_file.py [new file with mode: 0644]
docs/index.rst
docs/options.rst [new file with mode: 0644]
src/options/CMakeLists.txt
src/options/arith_options.toml
src/options/arrays_options.toml
src/options/booleans_options.toml
src/options/builtin_options.toml
src/options/bv_options.toml
src/options/datatypes_options.toml
src/options/decision_options.toml
src/options/expr_options.toml
src/options/fp_options.toml
src/options/mkoptions.py
src/options/prop_options.toml
src/options/resource_manager_options.toml
src/options/sep_options.toml
src/options/sets_options.toml
src/options/smt_options.toml
src/options/strings_options.toml
src/options/theory_options.toml
src/options/uf_options.toml