Skip to content

Commit 966786f

Browse files
committed
20211119
1 parent 9100b6d commit 966786f

File tree

5 files changed

+48
-6
lines changed

5 files changed

+48
-6
lines changed

docs/.templates/links.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h3>Links</h3>
22
<p>
3-
<a href="https://github.com/lsaffre" target="_blank">GitHub</a>
3+
<a href="https://gitlab.com/lsaffre" target="_blank">GitLab</a>
44
<br/><a href="http://www.lino-framework.org" target="_blank">Lino</a>
55
<br/><a href="http://www.saffre-rumma.net" target="_blank">Rumma & Ko</a>
66
<br/>
7-
<a type="application/rss+xml" href="http://luc.lino-framework.org/rss.xml"><img src="http://luc.lino-framework.org/_static/feed-icon-16.gif" title="RSS feed"/> RSS feed</a>
7+
<a type="application/rss+xml" href="https://luc.lino-framework.org/rss.xml"><img
8+
src="https://luc.lino-framework.org/_static/feed-icon-16.gif" title="RSS feed"/> RSS feed</a>
89
</p>
9-

docs/blog/2019/0315.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Support Python 3 (by using feedgen instead of feedformatter)
1111

1212
My sphinxfeed fork now works under Python 3.
1313

14-
To generate the RSS feeds for my blogs I use `sphinxfeed
14+
To generate the RSS feeds for my blogs I used `sphinxfeed
1515
<https://github.com/lsaffre/sphinxfeed>`__. Which uses feedformatter, which is
1616
dead. So I had replace it. See also :doc:`0228`. But which replacement to
1717
choose? There is Santiago Valdarrama's `rfeed
@@ -40,7 +40,7 @@ Result: All my blogs are now being built under Python 3.
4040
On `this thread <https://github.com/sphinx-doc/sphinx/issues/2>`__ TormodLandet
4141
writes that `sphinxcontrib-newsfeed
4242
<https://pypi.org/project/sphinxcontrib-newsfeed/>`__ supports Python 3 since
43-
2015. Why am I not using this? I vaguely remember that I *did* use it in the
43+
2015. Why am I not using this? I vaguely remember that I *did* use it in the
4444
beginning but were not satisfied because it is more difficult to configure and
4545
requires more everyday typing.
4646

@@ -84,4 +84,4 @@ DONE:
8484
TODO:
8585

8686
- New journals have no match rules
87-
- hide VAT related fields
87+
- hide VAT related fields

docs/blog/2021/1028.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:date: 2021-10-28
2+
3+
==========================
4+
Together on our way
5+
==========================
6+
7+
Thursday, October 28, 2021
8+
9+
Congratulations to Hannes and Sharif: They managed to collaborate completely
10+
without my help and get Jane back after an accident during Upgrade. This is an
11+
important little success in the history of Lino: a :term:`application developer`
12+
and a :term:`site maintainer` collaborating to maintain a :term:`Lino site`.
13+
Lino is getting bigger than me.
14+
15+
This is just one of many small signs I see almost every day and which tell me:
16+
we are on the right way. Lino is in a kind of cocoon state. This blog is getting
17+
less used as I delegate coding to Sharif whenever possible and as Jane becomes
18+
our main communication channel. We are together on our way as a team. We are
19+
ready for the next Lino project without being in a hurry. We use spare time for
20+
doing creative research work.

docs/blog/2021/1119.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:date: 2021-11-19
2+
3+
============================================
4+
rST localisation for language "et" not found
5+
============================================
6+
7+
Friday, November 19, 2021
8+
9+
Today I upgraded docutils after some time. And afterwards I had the following
10+
warnings when building a website in Estonian::
11+
12+
/mysite/some/arbitrary/file.rst:: WARNING: rST localisation for language "et" not found.
13+
14+
This was because docutils `now supports i18n
15+
<https://docutils.sourceforge.io/docs/howto/i18n.html>`__. To fix the problem at
16+
least for me, I said ``cp en.py et.py`` in two source code directories below
17+
docutils:
18+
19+
- .../lib/python3.8/site-packages/docutils/languages
20+
- .../lib/python3.8/site-packages/docutils/parsers/rst/languages

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@
103103

104104
linkcheck_anchors = False
105105
linkcheck_ignore = [r'http://localhost:\d+/']
106+
107+
templates_path.append(".templates")

0 commit comments

Comments
 (0)