File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ version : " 2"
2+
3+ build :
4+ os : " ubuntu-22.04"
5+
6+ tools :
7+ python : " 3.10"
8+
9+ python :
10+ install :
11+ - requirements : readthedocs/requirements.txt
12+
13+ sphinx :
14+ configuration : conf.py
Original file line number Diff line number Diff line change 1+ # Configuration file for the Sphinx documentation builder.
2+
3+ # -- Project information
4+
5+ project = u'Darshan'
6+ copyright = u"2025, Argonne National Laboratory"
7+ author = u""
8+
9+ release = '0.1'
10+ version = '0.1.0'
11+
12+ # -- General configuration
13+
14+ extensions = [
15+ 'sphinx.ext.duration' ,
16+ 'sphinx.ext.doctest' ,
17+ 'sphinx.ext.autodoc' ,
18+ 'sphinx.ext.autosummary' ,
19+ 'sphinx.ext.intersphinx' ,
20+ ]
21+
22+ intersphinx_mapping = {
23+ 'python' : ('https://docs.python.org/3/' , None ),
24+ 'sphinx' : ('https://www.sphinx-doc.org/en/master/' , None ),
25+ }
26+ intersphinx_disabled_domains = ['std' ]
27+
28+ templates_path = ['_templates' ]
29+
Original file line number Diff line number Diff line change 1+ Welcome to Darshan's documentation!
2+ ===================================
3+
4+ .. note ::
5+
6+ This project is under active development.
7+
Original file line number Diff line number Diff line change 1+ sphinx == 8.1.3
2+ sphinx-rtd-theme == 3.0.2
3+ cffi
4+ numpy
5+ pandas
6+ matplotlib
You can’t perform that action at this time.
0 commit comments