Create a new version on ReadTheDocs - read-the-docs

I need help in setting up a new version for our documentation on ReadTheDocs. Currently, we have the documentation for versions 6 and 7 of our product published on our ReadTheDocs site, and this documentation comes from a private repository on GitHub. We're now rolling out version 8 of the product and need to set up a new version for v8 documentation on ReadTheDocs. Could somebody let me know how I can proceed with it?

You need to create an '8' branch in the documentation repository on GitHub. Then you’ll have the option to activate it on ReadTheDocs.

Related

Why can't I import a Library in Google Scripts editor?

I've recently created a Google Scripts new Project, called Database. Then, I've used a saved version (version 4) of that script in another project and afterwards dropped (by accident) that version of Database. Now, even if a create a new version, when I open in the menu Resources > Libraries of nthe new project, the Database project appears with the version 4.
screen
When I try to change it and save, the following error appears:
A biblioteca com o identificador Database está ausente. Talvez tenha sido excluída.
(The library with the identifier Database is missing. Maybe it has been excluded).
What can I do now?
You may refer with this post: Library with identifier XXXXXXX is missing (perhaps it was deleted?).
According to the release notes for November 4 2013, a fix for sporadic missing library errors has been rolled out. (Refer to Issue 2817.)
At the same time, a change was introduced such that "If a version of a library has been deleted by the library owner, scripts can no longer use that version." Previously, a script could have been using version 3 of a library, say, even after that version had been deleted. Suddenly, around November 4, that script would have begun failing. The fix in this case is to update the resources used by the script to refer to a still-existing version of the library.
Also as stated in this thread, it seems that there is a problem where sometimes libraries get out of sync. You may need to create new versions for the libraries even though these are in development mode.

vCard Custom fields different behavior on 16.08 and 18.01

i am using ejabberd 16.08 on production and 18.01 on dev, we use Smack XMPP to get and set vCards, the below code works correctly on 16.08.
VCard vCard = new VCard()
vCard.setFirstName("MyName")
vCard.setField("myCustomField", "0002#0000#0000")
With this code i can set and get myCustomField, but on version 18.01 it stopped working, the same code but when i get the vCard it has only the commons properties.
I looked in Release Notes and commits for the latest version but i cant figure out why this is happening?
Right, since ejabberd 16.12, mod_vcard and most of ejabberd uses a different, more strict XML library. See the commit and release notes.
So, only the fields described in the XEP and accepted by the library are finally stored.

Are openshift docs out-dated?

I am new to openshift, I try to follow the docs on DIY here: https://docs.openshift.org/origin-m4/oo_user_guide.html#deploying-a-sample-diy-application
It state that there is a dot folder in my home called .openshift that contains the hocks the I gonna use.
However, I cannot find such directory, should I create it? or the docs are out-dated?
You are looking at older docs. The current version is v3.0 and the latest documentation is at https://docs.openshift.org/latest/welcome/index.html

How to change version of patch using pcp file?

I am using msimsp.exe to create a patch where it take all the metadata from Patch Creation Properties (PCP) file.
I want the version to change from 1.0.0.100 to 1.1.0.200 but when I apply the patch I see the version as 1.0.0.200. I have already read the article Patching and Upgrade where it mentions about small update and minor upgrade.
But I want to change the version to 1.1.0.200? Can it be done forcefully? Is there any field in PCP file that would allow me to do so?
Used wix file to provide the version information.

MySQL T4 Templates Error: Metadata file 'MySql.Data' could not be found

D:\Web\CityV2\App_Code\ActiveRecord.tt(0,0) : error CS0006: Compiling transformation: Metadata file 'MySql.Data' could not be found
Let me start by saying I'm using VWD 2008 Express.
These are the steps I've taken so far:
Created an entirely new project
Added references for Subsonic.Core.dll and MySql.Data.dll
Copied Active Record templates to project
Changed all <## include file="SQLServer.ttinclude" #> to <## include file="MySQL.ttinclude" #>
Copied the MySQL.ttinclude and Settings.ttinclude from the TemplateProviders folder
Updated Settings.ttinclude with my connectionstring and database information
Updated the Settings.ttinclude and created the external tool mapping as per ranomore's instructions
Attempted to build the code from the templates and received the error
I then realized that I didn't have MySql Connector "installed" on my dev box (even though I added a reference to the bin). So I proceeded to MySQL.com and downloaded the latest 6.0.4 connector msi and installed it (GAC). The error no longer appears, but neither does anything else: no new classes, no new errors, nothing [and yes, I refreshed the project after running the command ;-)].
Two things:
Am I missing a step somewhere?
Is there a way build the templates without needing MySQL installed to the GAC?
Unfortunately SubSonic 3 doesn't support VWD 2008 Express (or more specifically VWD doesn't support t4). There is a sort of workaround that ranomore came up with but it will require some work by you. See the following question for more details:
SubSonic ASP.NET MVC sample in Visual Web Developer Express
EDIT: I should have read your question properly you obviously already have the link above. Maybe worth your while downloading the trial of VS professional and seeing if you have more luck with that to see if it's worth outlaying the cash to buy it.
On a side note if you're looking to get an msdn subscription for free you should have a look into registering for the bizspark program