* notmuch.readthedocs.org
@ 2014-11-16 8:20 David Bremner
2014-11-16 18:51 ` notmuch.readthedocs.org Ben Gamari
2014-11-16 19:00 ` notmuch.readthedocs.org Ben Gamari
0 siblings, 2 replies; 17+ messages in thread
From: David Bremner @ 2014-11-16 8:20 UTC (permalink / raw)
To: notmuch; +Cc: Sebastian Spaeth
It seems that this site has bitrotted. I hit the build button and it
now builds the CLI docs instead of the python bindings. I assume since
Sebastian has moved on from maintaining the bindings he's also not
intersted in maintaining this site. If someone would like to take over
and fix what needs to be fixed, then great, otherwise I'll ask the
readthedocs admins to purge the site. It seems like it should be
possible to have CLI and python docs in one sphinx tree, so maybe that's
something we can do upstream to help.
Patches tolerated, as we like to say ;).
David
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-16 8:20 notmuch.readthedocs.org David Bremner
@ 2014-11-16 18:51 ` Ben Gamari
2014-11-16 20:23 ` notmuch.readthedocs.org David Bremner
2014-11-16 19:00 ` notmuch.readthedocs.org Ben Gamari
1 sibling, 1 reply; 17+ messages in thread
From: Ben Gamari @ 2014-11-16 18:51 UTC (permalink / raw)
To: David Bremner, notmuch; +Cc: Sebastian Spaeth
[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]
David Bremner <david@tethera.net> writes:
> It seems that this site has bitrotted. I hit the build button and it
> now builds the CLI docs instead of the python bindings. I assume since
> Sebastian has moved on from maintaining the bindings he's also not
> intersted in maintaining this site. If someone would like to take over
> and fix what needs to be fixed, then great, otherwise I'll ask the
> readthedocs admins to purge the site. It seems like it should be
> possible to have CLI and python docs in one sphinx tree, so maybe that's
> something we can do upstream to help.
>
I have set up a separate project for the Python bindings here [1]. I
looked into how one might convince Sphinx to build both sets of
documentation in one run but it seems this is not trivial without unduly
coupling the two. Having two separate projects seems like a fair
solution for now.
David, perhaps you could update the description of the notmuch RtD
project to reflect that fact that it is no longer describing the Python
bindings? Perhaps it might also make sense to add a link to the
notmuch-python project in the project description. I'd be happy to keep
an eye on the notmuch project if you want to add me to the maintainers
list.
Cheers,
- Ben
[1] http://notmuch-python.readthedocs.org/en/latest/
[-- Attachment #2: Type: application/pgp-signature, Size: 472 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-16 18:51 ` notmuch.readthedocs.org Ben Gamari
@ 2014-11-16 20:23 ` David Bremner
2014-11-17 11:00 ` notmuch.readthedocs.org Justus Winter
0 siblings, 1 reply; 17+ messages in thread
From: David Bremner @ 2014-11-16 20:23 UTC (permalink / raw)
To: Ben Gamari, notmuch
Ben Gamari <bgamari.foss@gmail.com> writes:
>
> David, perhaps you could update the description of the notmuch RtD
> project to reflect that fact that it is no longer describing the Python
> bindings? Perhaps it might also make sense to add a link to the
> notmuch-python project in the project description. I'd be happy to keep
> an eye on the notmuch project if you want to add me to the maintainers
> list.
>
I'm not an admin of the readthedocs project. I guess Justus is?
The seperate project approach seems good enough to me too. Justus
(assuming you are an admin), how about adding Ben so he fix things up a
bit?
David
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-16 20:23 ` notmuch.readthedocs.org David Bremner
@ 2014-11-17 11:00 ` Justus Winter
2014-11-17 16:04 ` notmuch.readthedocs.org Ben Gamari
0 siblings, 1 reply; 17+ messages in thread
From: Justus Winter @ 2014-11-17 11:00 UTC (permalink / raw)
To: David Bremner, Ben Gamari, notmuch
Quoting David Bremner (2014-11-16 21:23:21)
> Ben Gamari <bgamari.foss@gmail.com> writes:
>
> >
> > David, perhaps you could update the description of the notmuch RtD
> > project to reflect that fact that it is no longer describing the Python
> > bindings?
Indeed, the 0.14 version still documents the python bindings, while
0.15 just lists all the man pages.
> > Perhaps it might also make sense to add a link to the
> > notmuch-python project in the project description. I'd be happy to keep
> > an eye on the notmuch project if you want to add me to the maintainers
> > list.
> >
>
> I'm not an admin of the readthedocs project. I guess Justus is?
> The seperate project approach seems good enough to me too. Justus
> (assuming you are an admin), how about adding Ben so he fix things up a
> bit?
Sure thing! Ben, what's your username at rtfd?
Justus
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-16 8:20 notmuch.readthedocs.org David Bremner
2014-11-16 18:51 ` notmuch.readthedocs.org Ben Gamari
@ 2014-11-16 19:00 ` Ben Gamari
2014-11-18 8:44 ` notmuch.readthedocs.org Sebastian Spaeth
1 sibling, 1 reply; 17+ messages in thread
From: Ben Gamari @ 2014-11-16 19:00 UTC (permalink / raw)
To: David Bremner, notmuch; +Cc: Sebastian Spaeth
[-- Attachment #1: Type: text/plain, Size: 877 bytes --]
David Bremner <david@tethera.net> writes:
> It seems that this site has bitrotted. I hit the build button and it
> now builds the CLI docs instead of the python bindings. I assume since
> Sebastian has moved on from maintaining the bindings he's also not
> intersted in maintaining this site. If someone would like to take over
> and fix what needs to be fixed, then great, otherwise I'll ask the
> readthedocs admins to purge the site. It seems like it should be
> possible to have CLI and python docs in one sphinx tree, so maybe that's
> something we can do upstream to help.
>
Also, I just noticed that readthedocs supports a notion of
subprojects. Perhaps try adding notmuch-python to the subprojects list
of notmuch. I'm frankly not sure what the subproject relationship
entails beyond exposing notmuch-python in the notmuch.readthedocs.org
subdomain.
Cheers,
- Ben
[-- Attachment #2: Type: application/pgp-signature, Size: 472 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-16 19:00 ` notmuch.readthedocs.org Ben Gamari
@ 2014-11-18 8:44 ` Sebastian Spaeth
2014-11-18 12:52 ` notmuch.readthedocs.org Justus Winter
0 siblings, 1 reply; 17+ messages in thread
From: Sebastian Spaeth @ 2014-11-18 8:44 UTC (permalink / raw)
To: Ben Gamari, David Bremner, notmuch
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
Am 16.11.2014 20:00, schrieb Ben Gamari:
> David Bremner <david@tethera.net> writes:
>
>> It seems that this site has bitrotted. I hit the build button and it
>> now builds the CLI docs instead of the python bindings. I assume since
>> Sebastian has moved on from maintaining the bindings he's also not
>> intersted in maintaining this site. If someone would like to take over
>> and fix what needs to be fixed, then great, otherwise I'll ask the
>> readthedocs admins to purge the site. It seems like it should be
>> possible to have CLI and python docs in one sphinx tree, so maybe that's
>> something we can do upstream to help.
Let me know if I should be deleting the site. Or hand it over, or
something :-).
Sebastian
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 196 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-18 8:44 ` notmuch.readthedocs.org Sebastian Spaeth
@ 2014-11-18 12:52 ` Justus Winter
2014-11-18 16:52 ` notmuch.readthedocs.org Ben Gamari
0 siblings, 1 reply; 17+ messages in thread
From: Justus Winter @ 2014-11-18 12:52 UTC (permalink / raw)
To: Sebastian Spaeth, Ben Gamari, David Bremner, notmuch
Hey Sebastian,
Quoting Sebastian Spaeth (2014-11-18 09:44:15)
> Let me know if I should be deleting the site. Or hand it over, or
> something :-).
If I remember correctly, you handed notmuch.rtfd.org over to me. Or
you deleted the project, and I created a new one in its place, I don't
recall.
Ben, I added you as maintainer. I cannot, however, seem to be able to
remove myself as maintainer.
Justus
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-18 12:52 ` notmuch.readthedocs.org Justus Winter
@ 2014-11-18 16:52 ` Ben Gamari
2018-09-07 14:21 ` notmuch.readthedocs.org David Bremner
0 siblings, 1 reply; 17+ messages in thread
From: Ben Gamari @ 2014-11-18 16:52 UTC (permalink / raw)
To: Justus Winter, Sebastian Spaeth, David Bremner, notmuch
[-- Attachment #1: Type: text/plain, Size: 769 bytes --]
Justus Winter <4winter@informatik.uni-hamburg.de> writes:
> Hey Sebastian,
>
> Quoting Sebastian Spaeth (2014-11-18 09:44:15)
>> Let me know if I should be deleting the site. Or hand it over, or
>> something :-).
>
> If I remember correctly, you handed notmuch.rtfd.org over to me. Or
> you deleted the project, and I created a new one in its place, I don't
> recall.
>
> Ben, I added you as maintainer. I cannot, however, seem to be able to
> remove myself as maintainer.
>
No worries.
I've updated the description and added notmuch-python as a
subproject. For what it's worth the notmuch-python documentation can now
be accessed at
http://notmuch.rtfd.org/projects/notmuch-python/en/latest/ in addition
to its usual home at http://notmuch-python.rtfd.org/
- Ben
[-- Attachment #2: Type: application/pgp-signature, Size: 472 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2014-11-18 16:52 ` notmuch.readthedocs.org Ben Gamari
@ 2018-09-07 14:21 ` David Bremner
2020-06-30 13:02 ` notmuch.readthedocs.org David Bremner
0 siblings, 1 reply; 17+ messages in thread
From: David Bremner @ 2018-09-07 14:21 UTC (permalink / raw)
To: Ben Gamari, Justus Winter; +Cc: Antoine Beaupré, notmuch
Ben Gamari <bgamari.foss@gmail.com> writes:
> Justus Winter <4winter@informatik.uni-hamburg.de> writes:
>
>> Hey Sebastian,
>>
>> Quoting Sebastian Spaeth (2014-11-18 09:44:15)
>>> Let me know if I should be deleting the site. Or hand it over, or
>>> something :-).
>>
>> If I remember correctly, you handed notmuch.rtfd.org over to me. Or
>> you deleted the project, and I created a new one in its place, I don't
>> recall.
>>
>> Ben, I added you as maintainer. I cannot, however, seem to be able to
>> remove myself as maintainer.
>>
> No worries.
>
> I've updated the description and added notmuch-python as a
> subproject. For what it's worth the notmuch-python documentation can now
> be accessed at
> http://notmuch.rtfd.org/projects/notmuch-python/en/latest/ in addition
> to its usual home at http://notmuch-python.rtfd.org/
>
> - Ben
Hi Justus, Hi Ben;
I notice these are a bit stale again. Is one of you planning on
updating, or should we pass on maintence (or shut it down?)
d
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2018-09-07 14:21 ` notmuch.readthedocs.org David Bremner
@ 2020-06-30 13:02 ` David Bremner
2020-06-30 13:59 ` notmuch.readthedocs.org Justus Winter
0 siblings, 1 reply; 17+ messages in thread
From: David Bremner @ 2020-06-30 13:02 UTC (permalink / raw)
To: Ben Gamari, Justus Winter; +Cc: notmuch, Antoine Beaupré
David Bremner <david@tethera.net> writes:
>
> Hi Justus, Hi Ben;
>
> I notice these are a bit stale again. Is one of you planning on
> updating, or should we pass on maintence (or shut it down?)
>
> d
Hi guys.
Could one of you make me an admin? At minimum there needs to be some way
to pass on maintainership to active people. It's been many years since
there was an update.
d
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2020-06-30 13:02 ` notmuch.readthedocs.org David Bremner
@ 2020-06-30 13:59 ` Justus Winter
2020-06-30 14:07 ` notmuch.readthedocs.org David Bremner
2020-06-30 14:08 ` notmuch.readthedocs.org David Bremner
0 siblings, 2 replies; 17+ messages in thread
From: Justus Winter @ 2020-06-30 13:59 UTC (permalink / raw)
To: David Bremner, Ben Gamari; +Cc: notmuch, Antoine Beaupré
[-- Attachment #1.1: Type: text/plain, Size: 536 bytes --]
David Bremner <david@tethera.net> writes:
> David Bremner <david@tethera.net> writes:
>
>>
>> Hi Justus, Hi Ben;
>>
>> I notice these are a bit stale again. Is one of you planning on
>> updating, or should we pass on maintence (or shut it down?)
>>
>> d
>
> Hi guys.
>
> Could one of you make me an admin? At minimum there needs to be some way
> to pass on maintainership to active people. It's been many years since
> there was an update.
Yes, sorry for that. I managed to recover my account there. What is
your user name?
Justus
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2020-06-30 13:59 ` notmuch.readthedocs.org Justus Winter
@ 2020-06-30 14:07 ` David Bremner
2020-06-30 14:08 ` notmuch.readthedocs.org David Bremner
1 sibling, 0 replies; 17+ messages in thread
From: David Bremner @ 2020-06-30 14:07 UTC (permalink / raw)
To: Justus Winter, Ben Gamari; +Cc: notmuch, Antoine Beaupré
Justus Winter <justus@sequoia-pgp.org> writes:
>>
>> Hi guys.
>>
>> Could one of you make me an admin? At minimum there needs to be some way
>> to pass on maintainership to active people. It's been many years since
>> there was an update.
>
> Yes, sorry for that. I managed to recover my account there. What is
> your user name?
>
> Justus
I am bremner on readthedocs.io as of about 5 minutes ago.
d
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: notmuch.readthedocs.org
2020-06-30 13:59 ` notmuch.readthedocs.org Justus Winter
2020-06-30 14:07 ` notmuch.readthedocs.org David Bremner
@ 2020-06-30 14:08 ` David Bremner
2020-06-30 14:19 ` notmuch.readthedocs.org Justus Winter
1 sibling, 1 reply; 17+ messages in thread
From: David Bremner @ 2020-06-30 14:08 UTC (permalink / raw)
To: Justus Winter, Ben Gamari; +Cc: notmuch, Antoine Beaupré
[-- Attachment #1.1: Type: text/plain, Size: 392 bytes --]
Justus Winter <justus@sequoia-pgp.org> writes:
>>
>> Could one of you make me an admin? At minimum there needs to be some way
>> to pass on maintainership to active people. It's been many years since
>> there was an update.
>
> Yes, sorry for that. I managed to recover my account there. What is
> your user name?
>
> Justus
sending again with a signature. I am bremner on readthedocs.io
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2020-07-01 13:44 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-16 8:20 notmuch.readthedocs.org David Bremner
2014-11-16 18:51 ` notmuch.readthedocs.org Ben Gamari
2014-11-16 20:23 ` notmuch.readthedocs.org David Bremner
2014-11-17 11:00 ` notmuch.readthedocs.org Justus Winter
2014-11-17 16:04 ` notmuch.readthedocs.org Ben Gamari
2014-11-16 19:00 ` notmuch.readthedocs.org Ben Gamari
2014-11-18 8:44 ` notmuch.readthedocs.org Sebastian Spaeth
2014-11-18 12:52 ` notmuch.readthedocs.org Justus Winter
2014-11-18 16:52 ` notmuch.readthedocs.org Ben Gamari
2018-09-07 14:21 ` notmuch.readthedocs.org David Bremner
2020-06-30 13:02 ` notmuch.readthedocs.org David Bremner
2020-06-30 13:59 ` notmuch.readthedocs.org Justus Winter
2020-06-30 14:07 ` notmuch.readthedocs.org David Bremner
2020-06-30 14:08 ` notmuch.readthedocs.org David Bremner
2020-06-30 14:19 ` notmuch.readthedocs.org Justus Winter
2020-06-30 17:22 ` notmuch.readthedocs.org David Bremner
2020-07-01 13:44 ` notmuch.readthedocs.org David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).