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

Commit

Permalink
Add html_common_static_path to fix a bug in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Sep 12, 2020
1 parent 5ec24db commit 245a1a3
Show file tree
Hide file tree
Showing 32 changed files with 227 additions and 80 deletions.
9 changes: 7 additions & 2 deletions src/doc/ca/intro/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Introducció de Sage"

Expand Down
9 changes: 7 additions & 2 deletions src/doc/de/a_tour_of_sage/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -16,6 +14,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Ein Rundgang durch Sage"
name = "a_tour_of_sage"
Expand Down
9 changes: 7 additions & 2 deletions src/doc/de/thematische_anleitungen/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, based on that created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Thematische Anleitungen"
name = u'ThematischeAnleitungen-de'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/de/tutorial/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, based on that created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage Tutorial"
name = u'SageTutorial-de'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/a_tour_of_sage/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u'A Tour of Sage'
name = 'a_tour_of_sage'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/constructions/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage Constructions documentation build configuration file, created by
# sphinx-quickstart on Fri Aug 22 12:10:42 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage Constructions"
name = "constructions"
Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/developer/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage Developer's Guide documentation build configuration file, created by
# sphinx-quickstart on Sun Sep 14 01:32:19 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage Developer's Guide"

Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/faq/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -16,6 +14,13 @@
from sage.docs.conf import release
from sage.docs.conf import *

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage FAQ"

Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/installation/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage Installation Guide documentation build configuration file, created by
# sphinx-quickstart on Fri Aug 22 15:04:04 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage Installation Guide"
name = 'installation'
Expand Down
8 changes: 6 additions & 2 deletions src/doc/en/prep/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# PREP Tutorials documentation build configuration file, created by
# sphinx-quickstart on Tue Jul 3 10:54:56 2012.
#
Expand All @@ -14,6 +12,12 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u'PREP Tutorials'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/reference/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -16,6 +14,13 @@
from sage.docs.conf import release, latex_elements, exclude_patterns
from sage.docs.conf import *

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

ref_src = os.path.join(SAGE_DOC_SRC, 'en', 'reference')
ref_out = os.path.join(SAGE_DOC, 'html', 'en', 'reference')

Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/reference/conf_sub.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -16,6 +14,13 @@
from sage.docs.conf import release, exclude_patterns
from sage.docs.conf import *

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

ref_src = os.path.join(SAGE_DOC_SRC, 'en', 'reference')
ref_out = os.path.join(SAGE_DOC, 'html', 'en', 'reference')

Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/thematic_tutorials/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -16,6 +14,13 @@
from sage.docs.conf import release
from sage.docs.conf import *

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Thematic Tutorials"

Expand Down
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
name = 'bordeaux_2008'
project = u'Three Lectures about Explicit Methods in\nNumber Theory Using Sage'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/thematic_tutorials/numerical_sage/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u'Numerical Computing with Sage'
copyright = u'2008, Josh Kantor'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/tutorial/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage Tutorial"

Expand Down
9 changes: 7 additions & 2 deletions src/doc/en/website/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u'Sage Documentation'
name = 'sage_documentation'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/es/a_tour_of_sage/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -16,6 +14,13 @@
from sage.docs.conf import release
from sage.docs.conf import *

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u'Un Tour Por Sage'
name = 'a_tour_of_sage'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/es/tutorial/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sage documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release
from sage.docs.conf import *

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u"Sage Tutorial"
name = u'tutorial-es'
Expand Down
9 changes: 7 additions & 2 deletions src/doc/fr/a_tour_of_sage/conf.py
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Numerical Sage documentation build configuration file, created by
# sphinx-quickstart on Sat Dec 6 11:08:04 2008.
#
Expand All @@ -14,6 +12,13 @@
from sage.docs.conf import release, latex_elements
from sage.docs.conf import * # NOQA

# Add any paths that contain custom static files (such as style sheets),
# relative to this directory to html_static_path. They are copied after the
# builtin static files, so a file named "default.css" will overwrite the
# builtin "default.css". html_common_static_path imported from sage.docs.conf
# contains common paths.
html_static_path = [] + html_common_static_path

# General information about the project.
project = u'Sage en quelques mots'
name = 'a_tour_of_sage'
Expand Down

0 comments on commit 245a1a3

Please sign in to comment.