Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Fade to black
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 23, 2019
1 parent e0dd0f1 commit ac8b0b3
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 216 deletions.
15 changes: 4 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

extensions = [
'sphinx.ext.autodoc',
'jaraco.packaging.sphinx',
'rst.linker',
]
extensions = ['sphinx.ext.autodoc', 'jaraco.packaging.sphinx', 'rst.linker']

master_doc = "index"

link_files = {
'../CHANGES.rst': dict(
using=dict(
GH='https://github.com',
),
using=dict(GH='https://github.com'),
replace=[
dict(
pattern=r'(Issue #|\B#)(?P<issue>\d+)',
Expand All @@ -29,9 +23,8 @@
),
dict(
pattern=r'Setuptools #(?P<setuptools_issue>\d+)',
url='https://github.com/pypa/setuptools'
'/issues/{setuptools_issue}/',
url='https://github.com/pypa/setuptools' '/issues/{setuptools_issue}/',
),
],
),
)
}
Loading

0 comments on commit ac8b0b3

Please sign in to comment.