Skip to content

Commit

Permalink
Fix the doc-generating CI by pinning an older Jinja2 version
Browse files Browse the repository at this point in the history
See [here](sphinx-doc/sphinx#10291) for
details
  • Loading branch information
lorenzo-rovigatti committed Apr 20, 2022
1 parent 052f55b commit dfc5289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<listOptionValue builtIn="false" value="BUILD_TIME=&quot;&quot;"/>
<listOptionValue builtIn="false" value="RELEASE=&quot;&quot;"/>
</option>
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.include.paths.368410987" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.include.paths.368410987" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/oxDNA/src}&quot;"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.632532692" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
Expand All @@ -139,7 +139,7 @@
</toolChain>
</folderInfo>
<sourceEntries>
<entry excluding="Backends|Observables|src/Backends" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
<entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
Expand Down
3 changes: 2 additions & 1 deletion oxpy/build_docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sphinx==3.4.1
sphinx_rtd_theme==0.5.0
recommonmark==0.7.1
docutils==0.16
docutils==0.16
Jinja2<3.1

0 comments on commit dfc5289

Please sign in to comment.