Skip to content

Commit 7f96de6

Browse files
committed
House keeping
1 parent db9f073 commit 7f96de6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ prod_artifacts
3333
wheelhouse
3434
whoosh_index
3535
xml_output
36+
public_cnames
37+
public_symlinks

readthedocs/projects/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def version_from_slug(slug, version):
2727

2828

2929
def symlink(project):
30+
"""This is here to avoid circular imports in models.py"""
3031
from readthedocs.projects import symlinks
3132
log.info("Symlinking %s", project)
3233
symlinks.symlink_cnames(project)

0 commit comments

Comments
 (0)