Chris Sewell
Chris Sewell
Update: Currently, running inside the `continuumio/miniconda3:latest` Docker image, this works: ``` (base) root@609221ede2b7:/# conda create -c conda-forge -n qmobile qe=7 cp2k=9 fleur=6 wannier90=3 yambo=5 nwchem=7 cif2cell gnuplot jmol Collecting package...
Next update, using https://github.com/mamba-org/mamba allows `siesta=4` to also solve 🎉 ``` (base) root@bd2e0fa9b49c:/# mamba create -c conda-forge -n qmobile aiida-core=2 qe=7 cp2k=9 fleur=6 wannier90=3 yambo=5 nwchem=7 siesta=4 cif2cell gnuplot jmol...
Hey guys, big fan of your aspirations here, I wish people would put as much thought into their output formats as they do the rest of the program! I actually...
Thanks @choldgraf 😄 One disclaimer to note, I'm not completely satisfied with how the data is updated; originally I went for a "full" JS solution that updated the data dynamically...
Thanks @akhmerov, I think in most cases this could be boiled down to a more general sphinx feature request (or just best practice): setting "global" or "modal" defaults for directive...
Edited the code above a bit with improvements, could maybe add the `set_option_default` method to all the directives in sphinx design
> I also included {fas} as a part of the component in my example 😝 That does require using nodes. Not if you use the `icon` option 😉 (as I...
`.. panels::` -> `.. grid:: 1 2 2 2` with about `:gutter: 2` then `---` -> `.. grid-item-card::` and move first line to be first argument
`:fa:name,class` -> `:fa:name;class`
Heya, this may have been fixed by #59