Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8b1bcda

Browse files
authored
Merge branch 'master' into theme_override_cleanup
2 parents 169f77f + 945f583 commit 8b1bcda

3 files changed

Lines changed: 40 additions & 24 deletions

File tree

codechat_config.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

codechat_config.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# .. Copyright (C) 2012-2020 Bryan A. Jones.
2+
#
3+
# This file is part of the CodeChat System.
4+
#
5+
# The CodeChat System is free software: you can redistribute it and/or
6+
# modify it under the terms of the GNU General Public License as
7+
# published by the Free Software Foundation, either version 3 of the
8+
# License, or (at your option) any later version.
9+
#
10+
# The CodeChat System is distributed in the hope that it will be
11+
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
12+
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public License
16+
# along with the CodeChat System. If not, see
17+
# <http://www.gnu.org/licenses/>.
18+
#
19+
# ************************************************
20+
# |docname| - Configuration for a CodeChat project
21+
# ************************************************
22+
# This file defines the configuration for a CodeChat project. It contains a working `Sphinx <https://www.sphinx-doc.org/>`_ configuration.
23+
#
24+
# ``source_path``: optional; defaults to ``.`` (the current directory). A path to the root of the source tree. Relative paths are rooted in the directory containing this configuration file.
25+
source_path: .
26+
27+
# ``output_path``: required. A path to the root of the HTML output produced by this renderer. Relative paths are rooted in the directory containing this configuration file.
28+
output_path: build/RunestoneComponents
29+
30+
# ``args``: required string or sequence of strings. This provides the arguments to invoke the renderer. These strings may optionally contain the following replacement values:
31+
#
32+
# - ``{project_path}``: an absolute path to the directory containing this file.
33+
# - ``{source_path}``: the ``source_path`` above, but as an absolute path.
34+
# - ``{output_path}``: the ``output_path`` above, but as an absolute path.
35+
#
36+
args: runestone build
37+
38+
# ``html_ext``: optional; defaults to ``.html``. The extension used by this renderer when generating HTML files.
39+
#html_ext: .html

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Misc
4646
.gitignore
4747
.readthedocs.yml
4848
conf.py
49-
codechat_config.json
49+
codechat_config.yaml
5050
requirements-dev.in
5151
requirements.in
5252
webpack.config.js

0 commit comments

Comments
 (0)