Re: [OpenIndiana-discuss] mkdocs 1.4 op OpenIndiana

2022-10-05 Thread s...@pandora.be


- Op 4 okt 2022 om 16:15 schreef Marcel Telka mar...@telka.sk:

> All mkdocs packages are back and updated to their latest versions:

Good.  mkdocs is useful to have in the repository, I suppose.

Thanks for updating the mkdocs package because obviously the situation with 
python 2.7 was ugly,
I was using "pip install futures" to make the IPS package work.

Now it's packaged for python 3.7 and python 3.9 :

> # pkg list library/python/mkdocs{,-bootstrap,-bootswatch}
> NAME (PUBLISHER)  VERSION
> IFO
> library/python/mkdocs 1.4.0-2022.0.0.1   
> i--
> library/python/mkdocs-bootstrap   1.1-2022.0.0.0 
> i--
> library/python/mkdocs-bootswatch  1.1-2022.0.0.0 
> i--
> #
> 
> Please try and let me know if you find any problem.

For the moment I tested with "pip install mkdocs" and "pip install 
mkdocs-bootswatch" and as such,
mkdocs works with python 3.9 and renders the oi-docs.

http://docs.openindiana.org/contrib/getting-started/  explains how to submit 
updates to the documentation.

The getting-started guide actually clearly indicates that you have a choice to 
use either IPS (pkg install)
or "pip", because the guide indicates that most operating systems use "pip" and 
you can submit documentation updates from non-OpenIndiana systems.

For example the getting-started guide indicates that you can create a OI doc 
update on say, some other Unix-like system, and then use the pip install method 
on that other Unix-like system, preview the update there, and then submit the 
update ...

Regards,
David Stes

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] mkdocs 1.4 op OpenIndiana

2022-10-04 Thread Marcel Telka
On Sun, Oct 02, 2022 at 05:13:23PM +0200, Marcel Telka wrote:
> On Sun, Oct 02, 2022 at 05:04:36PM +0200, s...@pandora.be wrote:
> > but the theme error can be solved by:
> > 
> > # pip install mkdocs-bootswatch
> 
> ...
> 
> > or somebody could try to package mkdocs for Python 3.9 in IPS oi-userland.
> 
> I'm working on it:
> https://openindiana.org/pipermail/oi-dev/2022-September/033266.html
> 
> I'll add both mkdocs and mkdocs-bootswatch.  Both at latest versions.

All mkdocs packages are back and updated to their latest versions:

# pkg list library/python/mkdocs{,-bootstrap,-bootswatch}
NAME (PUBLISHER)  VERSIONIFO
library/python/mkdocs 1.4.0-2022.0.0.1   i--
library/python/mkdocs-bootstrap   1.1-2022.0.0.0 i--
library/python/mkdocs-bootswatch  1.1-2022.0.0.0 i--
#

Please try and let me know if you find any problem.


Thanks.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] mkdocs 1.4 op OpenIndiana

2022-10-02 Thread s...@pandora.be


What I tried in the oi-userland component Makefile of mkdocs, 
was to make some changes to rebuild (publish) this package, but I don't know 
enough of this,
to be able to do so unfortunately.

To me it looks like the documentation renders fine with the latest mkdocs 1.4.0 
and python 3.9.

But I am just looking at this from the user point of view.

If there are really reasons to stick with mkdocs 1.0.4 (as opposed to 1.4.0),
then it makes sense perhaps to still use an older version of Python instead of 
3.9.


- Op 2 okt 2022 om 17:13 schreef Marcel Telka mar...@telka.sk:

> On Sun, Oct 02, 2022 at 05:04:36PM +0200, s...@pandora.be wrote:
>> but the theme error can be solved by:
>> 
>> # pip install mkdocs-bootswatch
> 
> ...
> 
>> or somebody could try to package mkdocs for Python 3.9 in IPS oi-userland.
> 
> I'm working on it:
> https://openindiana.org/pipermail/oi-dev/2022-September/033266.html
> 
> I'll add both mkdocs and mkdocs-bootswatch.  Both at latest versions.
> 
> 
> Thanks.
> 
> --
> +---+
>| Marcel Telka   e-mail:   mar...@telka.sk  |
>|homepage: http://telka.sk/ |
> +---+
> 
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] mkdocs 1.4 op OpenIndiana

2022-10-02 Thread Aurélien Larcher
On Sun, Oct 2, 2022 at 5:13 PM Marcel Telka  wrote:

> On Sun, Oct 02, 2022 at 05:04:36PM +0200, s...@pandora.be wrote:
> > but the theme error can be solved by:
> >
> > # pip install mkdocs-bootswatch
>
> ...
>
> > or somebody could try to package mkdocs for Python 3.9 in IPS
> oi-userland.
>
> I'm working on it:
> https://openindiana.org/pipermail/oi-dev/2022-September/033266.html
>
> I'll add both mkdocs and mkdocs-bootswatch.  Both at latest versions.
>

Thanks, that's great :)
I recall that there was possibly a third package but not sure if that was
for an older theme.
When I packaged them there was a change in what was delivered in mkdocs,
they had split some themes so I do not remember very well...


>
> Thanks.
>
> --
> +---+
> | Marcel Telka   e-mail:   mar...@telka.sk  |
> |homepage: http://telka.sk/ |
> +---+
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
---
Praise the Caffeine embeddings
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] mkdocs 1.4 op OpenIndiana

2022-10-02 Thread Marcel Telka
On Sun, Oct 02, 2022 at 05:04:36PM +0200, s...@pandora.be wrote:
> but the theme error can be solved by:
> 
> # pip install mkdocs-bootswatch

...

> or somebody could try to package mkdocs for Python 3.9 in IPS oi-userland.

I'm working on it:
https://openindiana.org/pipermail/oi-dev/2022-September/033266.html

I'll add both mkdocs and mkdocs-bootswatch.  Both at latest versions.


Thanks.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss