Files
cadquery/environment.yml
Lorenz c9d3f1e693 Add Sphinx docs customization for multimethod (#1088)
* Add Sphinx docs customization for multimethod

* Customize sphinx autosummary for multimethod
Handle multimethod class methods in automodule customization
Update sphinx pin
Update .gitignore for vim

* Set override=True when adding autosummary directive

* Change .gitignore, only ignore hidden .swp
2022-06-16 20:37:20 -05:00

33 lines
486 B
YAML

name: cadquery
channels:
- cadquery
- conda-forge
- defaults
dependencies:
- python>=3.8
- ipython
- ocp=7.5.3
- vtk=9.0.1
- pyparsing>=2.1.9
- sphinx=5.0.1
- sphinx_rtd_theme
- black=19.10b0
- click=8.0.4
- mypy
- codecov
- pytest
- pytest-cov
- ezdxf
- ipython
- typing_extensions
- nptyping=2.0.1
- nlopt
- path
- casadi
- pip
- pip:
- "--install-option=\"--no-deps\""
- "--editable=."
- sphinxcadquery
- multimethod