Skip to content

Commit

Permalink
Merge branch 'main' into fix-badges
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Sep 15, 2023
2 parents 6edc31c + f46ee7d commit 6100b43
Show file tree
Hide file tree
Showing 21 changed files with 356 additions and 783 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
- name: setup_micromamba
uses: mamba-org/setup-micromamba@v1
with:
python-version: 3.9
auto-update-conda: true
channel-priority: flexible
channels: conda-forge
add-pip-as-python-dependency: true
architecture: x64
use-mamba: true
miniforge-variant: Mambaforge
environment-file: docs/requirements.yaml
environment-name: MDAKitRegistry-docs
create-args: >-
python=3.9
pip
- name: build_docs
run: |
cd docs && sphinx-build -b html source build
Expand Down
6 changes: 4 additions & 2 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: MDAKitRegistry-docs
channels:
- conda-forge
- defaults
dependencies:
# Base depends
- python
- pip

- sphinx==5.3.0
- sphinx_rtd_theme
- sphinx
- mdanalysis-sphinx-theme

- pyyaml
- pydantic
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/gen_mdakits.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generate_mdakit_index(target='.', excludedirs=["template",]):
" 2. Provide sufficient details to allow others to use and "
"potentially participate in the development of the MDAKits\n"
" 3. Provide information about the current state of the MDAKits "
"and how they interact with the latest versions of MDAnalysis\n"
"and how they interact with the latest versions of MDAnalysis\n\n"
"Each of the MDAKits in the following table links to a page with "
"more details about what the MDAKits do, how they can be "
"installed and how to participate in their development.\n")
Expand Down
225 changes: 0 additions & 225 deletions docs/source/_static/custom.css

This file was deleted.

Loading

0 comments on commit 6100b43

Please sign in to comment.