Skip to content

Commit de5abac

Browse files
authored
[WIP] Debug doc missing file on merge (#324)
* update delease file and add it to doc ith mystè_parser * typos in release file * update PR template * test debug doc build * test debug doc build * wrog circleci
1 parent 4f63ea2 commit de5abac

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ jobs:
106106
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
107107
cd master
108108
cp -a /tmp/build/html/* .;
109+
cp -a /tmp/build/html/.github .github;
109110
touch .nojekyll;
110111
git add -A;
112+
git add -f .github/*.html ;
111113
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
112114
git push origin master;
113115
else
@@ -144,8 +146,10 @@ jobs:
144146
git clean -xdf
145147
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
146148
cp -a /tmp/build/html/* .;
149+
cp -a /tmp/build/html/.github .github;
147150
touch .nojekyll;
148151
git add -A;
152+
git add -f .github/*.html ;
149153
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
150154
git push origin master;
151155

docs/source/_templates/versions.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
1+
<div class="rst-versions" data-toggle="rst-versions" role="note"
2+
aria-label="versions">
3+
<!-- add shift_up to the class for force viewing -->
24
<span class="rst-current-version" data-toggle="rst-current-version">
35
<span class="fa fa-book"> Python Optimal Transport</span>
46
versions
@@ -12,10 +14,12 @@
1214

1315
<dl>
1416
<dt>Versions</dt>
17+
18+
<dd><a href="https://pythonot.github.io/">Release</a></dd>
1519

16-
<dd><a href="https://pythonot.github.io/master">latest</a></dd>
20+
<dd><a href="https://pythonot.github.io/master">Development</a></dd>
1721

18-
<dd><a href="https://pythonot.github.io/">stable</a></dd>
22+
1923

2024
</dl>
2125

0 commit comments

Comments
 (0)