2022-01-13 03:21:41 +08:00
|
|
|
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
|
2019-10-26 12:49:27 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
|
|
|
#
|
|
|
|
# These are requirements for building the documentation. You can run
|
|
|
|
# these commands in this directory to install Sphinx and its plugins,
|
|
|
|
# then build the docs:
|
|
|
|
#
|
|
|
|
# spack env activate .
|
2021-07-27 03:37:22 +08:00
|
|
|
# spack install
|
2019-10-26 12:49:27 +08:00
|
|
|
# make
|
|
|
|
#
|
|
|
|
spack:
|
|
|
|
specs:
|
2021-07-27 03:37:22 +08:00
|
|
|
# Sphinx
|
|
|
|
- "py-sphinx@3.4:4.1.1,4.1.3:"
|
2019-10-26 12:49:27 +08:00
|
|
|
- py-sphinxcontrib-programoutput
|
2021-10-19 00:55:46 +08:00
|
|
|
- py-docutils@:0.16
|
2019-10-26 12:49:27 +08:00
|
|
|
- py-sphinx-rtd-theme
|
2021-07-27 03:37:22 +08:00
|
|
|
# VCS
|
|
|
|
- git
|
|
|
|
- mercurial
|
|
|
|
- subversion
|
|
|
|
# Plotting
|
|
|
|
- graphviz
|
2022-05-24 04:20:34 +08:00
|
|
|
concretizer:
|
|
|
|
unify: true
|