File tree 5 files changed +17
-10
lines changed
5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' syn/symbiflow-yosys/*'
7
7
- ' .github/workflows/tuttest.yml'
8
- - ' DEVELOPMENT.md'
8
+ - ' docs/ DEVELOPMENT.md'
9
9
push :
10
10
paths :
11
11
- ' syn/symbiflow-yosys/*'
12
12
- ' .github/workflows/tuttest.yml'
13
- - ' DEVELOPMENT.md'
13
+ - ' docs/ DEVELOPMENT.md'
14
14
workflow_dispatch :
15
15
16
16
env :
@@ -36,11 +36,11 @@ jobs:
36
36
37
37
- name : Grab install-prerequisites commands with tuttest
38
38
run : |
39
- echo "# DEVELOPMENT.md/install-prerequisites" >$SCRIPT
39
+ echo "# docs/ DEVELOPMENT.md/install-prerequisites" >$SCRIPT
40
40
echo >>$SCRIPT
41
41
# SED changes URL in case the CI is running on a fork
42
42
# and adds conda-eda as a directory name
43
- tuttest DEVELOPMENT.md install-prerequisites | sed -e "s#git clone .*\.git.*#git clone https://github.com/$GITHUB_REPOSITORY.git conda-eda#" >>$SCRIPT
43
+ tuttest docs/ DEVELOPMENT.md install-prerequisites | sed -e "s#git clone .*\.git.*#git clone https://github.com/$GITHUB_REPOSITORY.git conda-eda#" >>$SCRIPT
44
44
echo >>$SCRIPT
45
45
46
46
- name : Add checkout commands
57
57
58
58
- name : Grab prepare-and-build commands with tuttest
59
59
run : |
60
- echo "# DEVELOPMENT.md/prepare-and-build" >>$SCRIPT
60
+ echo "# docs/ DEVELOPMENT.md/prepare-and-build" >>$SCRIPT
61
61
echo >>$SCRIPT
62
- tuttest DEVELOPMENT.md prepare-and-build >>$SCRIPT
62
+ tuttest docs/ DEVELOPMENT.md prepare-and-build >>$SCRIPT
63
63
64
64
- name : Print ${{ env.SCRIPT }}
65
65
run : cat $SCRIPT
File renamed without changes.
Original file line number Diff line number Diff line change 8
8
extensions = [
9
9
"sphinx.ext.extlinks" ,
10
10
"sphinx.ext.intersphinx" ,
11
+ "myst_parser"
11
12
]
12
13
13
14
source_suffix = {
14
15
".rst" : "restructuredtext" ,
16
+ ".md" : "markdown"
15
17
}
16
18
19
+ myst_enable_extensions = [
20
+ "colon_fence" ,
21
+ ]
22
+
23
+ numfig = True
24
+
17
25
master_doc = "index"
18
26
project = "Conda recipes for FPGA EDA tools"
19
27
copyright = "2019-2022, hdl/conda-* contributors"
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ Conda recipes for FPGA EDA tools
6
6
:align: center
7
7
:target: https://github.com/hdl/conda-eda
8
8
9
- .. raw :: html
9
+ .. toctree ::
10
10
11
- <br >
12
-
13
- <hr >
11
+ DEVELOPMENT.md
Original file line number Diff line number Diff line change 1
1
sphinx
2
+ myst-parser
You can’t perform that action at this time.
0 commit comments