Skip to content

Commit ffed06e

Browse files
authored
Merge pull request #4257 from thewtex/docs-itk-org
docs itk org
2 parents 90320e2 + effb802 commit ffed06e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+5063
-957
lines changed

.readthedocs.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
apt_packages:
13+
- fonts-roboto
14+
15+
sphinx:
16+
configuration: Documentation/docs/conf.py
17+
18+
python:
19+
install:
20+
- requirements: Documentation/docs/requirements.txt

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 434 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./Documentation/docs/contributing/code_of_conduct.md

CONTRIBUTING.md

Lines changed: 0 additions & 375 deletions
This file was deleted.

0 commit comments

Comments
 (0)