File tree Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 55 paths :
66 - ' syn/symbiflow-yosys/*'
77 - ' .github/workflows/tuttest.yml'
8- - ' DEVELOPMENT.md'
8+ - ' docs/ DEVELOPMENT.md'
99 push :
1010 paths :
1111 - ' syn/symbiflow-yosys/*'
1212 - ' .github/workflows/tuttest.yml'
13- - ' DEVELOPMENT.md'
13+ - ' docs/ DEVELOPMENT.md'
1414 workflow_dispatch :
1515
1616env :
@@ -36,11 +36,11 @@ jobs:
3636
3737 - name : Grab install-prerequisites commands with tuttest
3838 run : |
39- echo "# DEVELOPMENT.md/install-prerequisites" >$SCRIPT
39+ echo "# docs/ DEVELOPMENT.md/install-prerequisites" >$SCRIPT
4040 echo >>$SCRIPT
4141 # SED changes URL in case the CI is running on a fork
4242 # 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
4444 echo >>$SCRIPT
4545
4646 - name : Add checkout commands
5757
5858 - name : Grab prepare-and-build commands with tuttest
5959 run : |
60- echo "# DEVELOPMENT.md/prepare-and-build" >>$SCRIPT
60+ echo "# docs/ DEVELOPMENT.md/prepare-and-build" >>$SCRIPT
6161 echo >>$SCRIPT
62- tuttest DEVELOPMENT.md prepare-and-build >>$SCRIPT
62+ tuttest docs/ DEVELOPMENT.md prepare-and-build >>$SCRIPT
6363
6464 - name : Print ${{ env.SCRIPT }}
6565 run : cat $SCRIPT
File renamed without changes.
Original file line number Diff line number Diff line change 88extensions = [
99 "sphinx.ext.extlinks" ,
1010 "sphinx.ext.intersphinx" ,
11+ "myst_parser"
1112]
1213
1314source_suffix = {
1415 ".rst" : "restructuredtext" ,
16+ ".md" : "markdown"
1517}
1618
19+ myst_enable_extensions = [
20+ "colon_fence" ,
21+ ]
22+
23+ numfig = True
24+
1725master_doc = "index"
1826project = "Conda recipes for FPGA EDA tools"
1927copyright = "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
66 :align: center
77 :target: https://github.com/hdl/conda-eda
88
9- .. raw :: html
9+ .. toctree ::
1010
11- <br >
12-
13- <hr >
11+ DEVELOPMENT.md
Original file line number Diff line number Diff line change 11sphinx
2+ myst-parser
You can’t perform that action at this time.
0 commit comments