Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove sources for EasyBuild docs + refer to docs.easybuild.io + put auto-redirects in place #857

Merged
merged 7 commits into from
Jan 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 1 addition & 6 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
bash .github/workflows/check_with_codespell.sh
- name: Test with sphinx
run: |
pip install sphinx
pip install -r docs/requirements.txt
# This test is weak, options -nWT would make it stronger but we have many warnings...
READTHEDOCS=1 sphinx-build docs build
- name: Check release notes
run: |
# make sure release notes are in place for current version
ebver=$(grep '^VERSION' setup.py | sed "s/VERSION = '\([0-9.]*\)'/\1/g")
grep "^EasyBuild v${ebver}" docs/Release_notes.rst
- name: Test installation
run: |
pip install .
Expand Down
78 changes: 0 additions & 78 deletions docs/Archived-easyconfigs.rst

This file was deleted.

98 changes: 0 additions & 98 deletions docs/Backup_modules.rst

This file was deleted.

Loading