|
| 1 | +####################################################################################### |
| 2 | +# A default configuration that will be loaded for all jupyter books |
| 3 | +# See the documentation for help and more options: |
| 4 | +# https://jupyterbook.org/customize/config.html |
| 5 | + |
| 6 | +####################################################################################### |
| 7 | +# Book settings |
| 8 | +title : TSMP-PDAF Documentation # The title of the book. Will be placed in the left navbar. |
| 9 | +author : HPSC TerrSys # The author of the book |
| 10 | +copyright : "2025" # Copyright year to be placed in the footer |
| 11 | +logo : "" # A path to the book logo |
| 12 | + |
| 13 | +# Force re-execution of notebooks on each build. |
| 14 | +# See https://jupyterbook.org/content/execute.html |
| 15 | +execute: |
| 16 | + execute_notebooks: force |
| 17 | + |
| 18 | +# Define the name of the latex output file for PDF builds |
| 19 | +latex: |
| 20 | + latex_documents: |
| 21 | + targetname: book.tex |
| 22 | + |
| 23 | +sphinx: |
| 24 | + config: |
| 25 | + language: en |
| 26 | + |
| 27 | +# Information about where the book exists on the web |
| 28 | +repository: |
| 29 | + url: https://github.com/HPSCTerrSys/pdaf # Online location of your book |
| 30 | + path_to_book: docs # Optional path to your book, relative to the repository root |
| 31 | + branch: master # Which branch of the repository should be used when creating links (optional) |
| 32 | + |
| 33 | +# Add GitHub buttons to your book |
| 34 | +# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository |
| 35 | +html: |
| 36 | + use_issues_button: true |
| 37 | + use_repository_button: true |
| 38 | + |
| 39 | +# Do not parse these files |
| 40 | +exclude_patterns: [FORD_options.md, FORD_options_int.md, README.md] |
0 commit comments