Skip to content

Commit 2bbb0b8

Browse files
authored
Merge pull request #21 from openalea/20-edit-doc
Fix error in documentation
2 parents b81b1f8 + c930a3c commit 2bbb0b8

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.gitmodules

Lines changed: 0 additions & 21 deletions
This file was deleted.

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@
119119
html_context = {
120120
# "github_url": "https://github.com", # or your GitHub Enterprise site
121121
"github_user": "openalea",
122-
"github_repo": "metafspm",
123-
"github_version": "main",
122+
"github_repo": "wheatfspm",
123+
"github_version": "master",
124124
"doc_path": "doc",
125125
}
126126

127127
# -- Options for LaTeX output ---------------------------------------------
128128
latex_elements = {
129129
}
130130
latex_documents = [
131-
(master_doc, 'wheatfspm.tex', u'metafspm Documentation',
131+
(master_doc, 'wheatfspm.tex', u'WheatFspm Documentation',
132132
u'INRAE / inria / CIRAD', 'manual'),
133133
]
134134

0 commit comments

Comments
 (0)