Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
course-discovery
Commits
824bfab7
Commit
824bfab7
authored
Aug 25, 2016
by
Bill DeRusha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dynamic copyright year for docs
parent
0fe4377a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
docs/conf.py
+2
-1
No files found.
docs/conf.py
View file @
824bfab7
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
# All configuration values have a default; values that are commented out
# All configuration values have a default; values that are commented out
# serve to show the default.
# serve to show the default.
import
datetime
import
os
import
os
import
sys
import
sys
...
@@ -58,7 +59,7 @@ master_doc = 'index'
...
@@ -58,7 +59,7 @@ master_doc = 'index'
# General information about the project.
# General information about the project.
project
=
u'Course Discovery Service'
project
=
u'Course Discovery Service'
copyright
=
u'2015
, edX'
copyright
=
u'2015
-{year}, edX Inc.'
.
format
(
year
=
datetime
.
date
.
today
()
.
year
)
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment