-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix readthedocs build (#1105)
* dummy change * remove requirements.txt * 'turn off fail on warnings' * trying alternative docs env (from foyer) * add missing package * turn on fail_on_warning * add boltons to MOCK_MODULES * add boltons and networkx to yml * update intershpinx_mapping syntax * turn off fail_on_warning * remove unnecessary lines * replace pkg_resources import with importlib * properly replace pkg_resources * remove commented code * remove py3.8 support due to incomplete importlib support
- Loading branch information
Showing
8 changed files
with
37 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: mbuild-docs | ||
channels: | ||
- jaimergp/label/unsupported-cudatoolkit-shim | ||
- conda-forge | ||
dependencies: | ||
- python>=3.8 | ||
- pip | ||
- pip: | ||
- boltons | ||
- networkx | ||
- sphinx | ||
- sphinx_rtd_theme | ||
- sphinxcontrib-svg2pdfconverter[CairoSVG] | ||
- cairosvg | ||
- nbsphinx | ||
- networkx >=2.0 | ||
- lark-parser | ||
- requests | ||
- lxml | ||
- numpydoc | ||
- widgetsnbextension |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters