Skip to content

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ disableKinds: ["term", "taxonomy"]
77
markup:
88
highlight:
99
noClasses: false
10+
goldmark:
11+
renderer:
12+
unsafe: true
13+
renderHooks:
14+
link:
15+
enableDefault: true
1016

1117
params:
1218
description: "Documentation for the Scientific Python community."

content/about/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ Community members must adhere to our [code of conduct](https://scientific-python
2121

2222
# People
2323

24-
For more information, see our
25-
[governance and decision making process]({{< relref "/about/governance" >}}).
24+
For more information, see our [governance and decision making process](/about/governance).

content/community/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ shortcutDepth: 2
55

66
Welcome to the Community Managers Guide! Here you will find useful resources that will help you foster your community better.
77

8-
- [Community Manager Role]({{< relref "/community/role" >}})
9-
- [Skills and Techniques]({{< relref "/community/skills" >}})
10-
- [Community Meetings]({{< relref "/community/community-meetings" >}})
11-
- [Community Outreach]({{< relref "/community/community-outreach" >}})
12-
- [Onboarding]({{< relref "/community/onboarding" >}})
13-
- [Project Management]({{< relref "/community/project-management" >}})
8+
- [Community Manager Role](/community/role)
9+
- [Skills and Techniques](/community/skills)
10+
- [Community Meetings](/community/community-meetings)
11+
- [Community Outreach](/community/community-outreach)
12+
- [Onboarding](/community/onboarding)
13+
- [Project Management](/community/project-management)

content/maintainers/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ This is a draft document.
88

99
The scientific Python ecosystem welcomes your expertise and enthusiasm!
1010

11-
- [Interacting With New Contributors]({{< relref "/maintainers/interacting-with-new-contributors" >}})
12-
- [Managing conflict]({{< relref "/maintainers/managing-conflict" >}})
13-
- [Project Meetings Guide]({{< relref "/maintainers/meeting_types" >}})
11+
- [Interacting With New Contributors](/maintainers/interacting-with-new-contributors)
12+
- [Managing conflict](/maintainers/managing-conflict)
13+
- [Project Meetings Guide](/maintainers/meeting_types)

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build.environment]
22
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
3-
HUGO_VERSION = "0.123.0"
3+
HUGO_VERSION = "0.123.2"
44
DART_SASS_VERSION = "1.70.0"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
66

0 commit comments

Comments
 (0)