File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file for Sphinx projects
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+ version : 2
5+
6+ build :
7+ os : ubuntu-22.04
8+ tools :
9+ python : " 3.12"
10+ jobs :
11+ pre_build :
12+ - doxygen
13+
14+ sphinx :
15+ configuration : doc/conf.py
16+
17+ python :
18+ install :
19+ - requirements : doc/requirements.txt
Original file line number Diff line number Diff line change 11# mppnccombine-fast
22[ ![ DOI] ( https://zenodo.org/badge/131938571.svg )] ( https://zenodo.org/badge/latestdoi/131938571 )
33
4+ [ ![ Build] ( https://github.com/ACCESS-NRI/mppnccombine-fast/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ACCESS-NRI/mppnccombine-fast/actions/workflows/ci.yml )
5+ [ ![ Docs] ( https://app.readthedocs.org/projects/mppnccombine-fast/badge/ )] ( https://mppnccombine-fast.readthedocs.io/en/latest/ )
6+
47An accelerated version of the ` mppnccombine ` post-processing tool for MOM
58
69Uses HDF5's raw IO functions to speed up collating large datasets - a 0.1
Original file line number Diff line number Diff line change 6969#
7070# This is also used if you do content translation via gettext catalogs.
7171# Usually you set "language" from the command line for these cases.
72- language = None
72+ language = 'en'
7373
7474# List of patterns, relative to source directory, that match files and
7575# directories to ignore when looking for source files.
8787# The theme to use for HTML and HTML Help pages. See the documentation for
8888# a list of builtin themes.
8989#
90- # html_theme = 'alabaster'
90+ html_theme = "sphinx_rtd_theme"
9191
9292# Theme options are theme-specific and customize the look and feel of a theme
9393# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 11breathe
2+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments